Question

What will be the output of the following C code? #include int main() { int i; for (i = 0; i < 5; i++) { if (i == 3) continue; printf("%d ",
i); } return 0; }

A 0 1 2 3 4
B 0 1 2 4
C 0 1 2
D 3 4
E Compile-time error
Practice Next

Hey! Ask a query

🎓
Think You're Ready for RBI Grade B?
RBI Grade B 2026 Phase 1 Memory Based Paper
  • 200 Questions with Detailed Solutions
  • Section-wise Coverage (GA, English, Quant & Reasoning)