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