#include<stdio.h>#include<math.h>int main(){int j;int i=1;j=i++;printf("%d\n",i,j);return 0;}
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!