Vidyalelo
C++ Programming · Q24

Introduction to C++

Programming · C++ Programming · question 24

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board