Q24
What is the purpose of the 'break' statement in a switch-case construct in C++?
A.
Skip the next case
B.
Start the next iteration
C.
Terminate the program
D.
Exit the switch block
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board