Q8
What is the purpose of the 'default' case in a 'switch' statement in C++?
A.
Executes before any other cases
B.
Executes after all other cases
C.
Executes when no case matches
AnswerD.
Executes instead of the 'case' cases
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board