for(int i=0; i < 100; i++){ /*do some thing with i */ printf("this is i: %d", i); }