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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board