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