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