Q19
What is the purpose of the 'break' statement in a loop in C++?
A.
Skips the next iteration
B.
Skips to the next condition
C.
Terminates the loop
AnswerD.
Restarts the loop
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board