Single Choice
Easy
QWhat is the purpose of the "break" statement in a loop?
ID: #15973
C Language Loop Control
129 views
Question Info
#15973Q 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
The "break" statement is used to exit the loop immediately, even if the loop condition is still true.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic