- A 4
- B 5
- C 6
- D Infinite
Iterative construct Do-While Loop in Programming Language
⚠ Report ✓ Question Verified Copy Link
int i = 0; do { printf("%d", i); i++; } while(i < 5);
Learn More MCQ Questions from Iterative construct Do-While Loop in Programming Language