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