Question Detail
Question
What is the primary function of the
break statement in a loop?
Correct Answer
Option C is the correct answer.
Detailed Explanation
Slide 9, 'The 'break' Statement', explains: 'Sometimes you need to exit a loop instantly, even if the condition is still True.'
Hint
Consider the meaning of 'instantly exiting' a loop.