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