Q22
What does the 'default' keyword do in a 'switch' statement in C#?
A.
Defines the final case
B.
Defines the default case if no other case matches
AnswerC.
Terminates the switch statement
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board