C & C++ language
Home
HTML
C&C++ language
Movies
Games
Softwares
Sunday, 15 January 2012
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();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment