Q17
What does the 'default' case in a 'switch' statement do in C?
A.
Executes when no other case matches
AnswerB.
Causes a compilation error
C.
Skips the 'switch' statement
D.
Exits the program
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board