MCQ
Single Best Answer
Moderate
QHow many times is the code inside a do-while loop guaranteed to execute?
ID: #24865
Control flow in programming
3 views
Question Info
#24865Q ID
ModerateDifficulty
Control flow in programmingTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
Correct Answer:
✅ (b) At least once
Explanation:
do-while runs the code first and checks the condition later.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic