Q41
What is the purpose of the 'break' statement in a loop in C++?
A.
Skip the next iteration
B.
Start the next iteration
C.
Exit the loop
AnswerD.
Terminate the program
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board