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
Related Questions on Introduction to C plus plus
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream

Join The Discussion