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