Vidyalelo
C# Programming · Q22

Control Flow Statements in C Sharp

Programming · C# Programming · question 22

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
Answer
C.
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