Single Choice
Easy
QWhich of the following loop control statements is used to terminate a loop completely?
ID: #5914
C Language Loop Control
217 views
Question Info
#5914Q ID
EasyDifficulty
C Language Loop ControlTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Answer: b) break
Explanation: The break statement is used to terminate a loop completely.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic