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