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