void main() {int ii; printf("ii=%d\n",ii);ii=12;printf("%=%d\n",ii);printf("%i=%d\n",ii);}
Standard input is empty
ii=0 %=12 12=-1079093808
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!