About Me

My photo
gandhinagar, gujarat, India
hi.. friends i'am student of kv crpf gandhinagar..and i would like to spread my view and thinking on computer..this blog is for not only those who wants to get knowledge.

Sunday 15 May 2011

checking the value of M

#include
#include
void main()
{
int m;
clrscr();
m=1;
m=m++ + --m;
m=m-- - m++;
m=m+5;
m=--m + ++m;
printf("%d",m);
getch();
}

0 comments:

Post a Comment