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