int i; for (i = 0; i < 5; i++) { printf("Loop iteration %d\n", i); }