Vidyalelo
C++ Programming · Q30

Control Flow Statements in C++

Programming · C++ Programming · question 30

Q30

What does the 'default' case represent in a 'switch' statement in C++?

A.
Terminates the switch block
B.
Executes only when all other cases match
C.
Executes after every other case
D.
Executes when no other case matches
Answer

Answer: Option D

Solution

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