C - Loops
What will this C code print?
for(int i = 0; i < 3; i++) {
printf("%d", i);
}for(int i = 0; i < 3; i++) {
printf("%d", i);
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions