#include<stdio.h>
#include<conio.h>
int main()
{
int m=1;
m=m++ + m++ + ++m + ++m;
printf("%d", m);
getch();
} 

what would be the output &WHY?????plz explain


      Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com

[Non-text portions of this message have been removed]

Reply via email to