Examveda

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: Option D


Join The Discussion

Related Questions on Introduction to C plus plus