#include <stdio.h> int main() { int age;printf("enter your age");scanf("%d", &age); printf("%d",age); return 0; }
Standard input is empty
enter your age32767
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!