Q11
What is the purpose of the 'default' case in a 'switch' statement in C#?
A.
To define the default action if no other case matches
AnswerB.
To define the starting case
C.
To define the final case
D.
To terminate the switch statement
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board