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