#include<stdio.h>
int main()
{
[color="#0000FF"]int[/color] i =12;
printf(" value is %d\n, i++");
printf(" value is %d\n, i++");
printf(" value is %d\n, i++");
[color="#0000FF"]return[/color] 0;
}
This post has been edited by jimblumberg: 01 January 2013 - 05:03 AM
Reason for edit:: Added missing Code Tags, Please learn to use them.

New Topic/Question
Reply



MultiQuote








|