13 June, 2011

Simple but not Simple!!!!!!

#include
main(){
int x=20;
printf("\n%d\t%d\t%d\n",x,x++,++x);
}

What is the o/p of the above prg and plz explain the logic???

02 June, 2011

Simple one!!!!!!

Whats the difference between "typedef"s and MACROs(#define)????