- A The loop will never end
- B The loop will result in an error
- C The loop will run indefinitely
- D The loop will execute only once
Iterative construct For Loop in Programming Language
⚠ Report ✓ Question Verified Copy Link
for (int i = 0; i < 10;) { cout << i; }
Learn More MCQ Questions from Iterative construct For Loop in Programming Language