c for loop condition code example Example: for statement in c for(int i=0; i<10; i++) printf("%d ", i) /* displays: 0 1 2 3 4 5 6 7 8 9 */