#define Sq(a) a*amain(){ int a=6; int res=Sq(a); printf("%d\n",res); res=Sq(++a); printf("%d",res);}
Standard input is empty
36 64
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!