Q18
What is the purpose of the 'break' statement in a loop in C#?
A.
Continues to the next loop
B.
Terminates the loop
AnswerC.
Initializes the loop
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board