#include <stdio.h> int main(void) { int i; for(i =0;i < 10;i ++){ printf("i=%d\n",i); } return 0;}
Standard input is empty
i=0 i=1 i=2 i=3 i=4 i=5 i=6 i=7 i=8 i=9
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!