Q51
What does the 'break' keyword do in a switch statement in C#?
A.
Skips to the next case
B.
Continues to the next iteration
C.
Exits the switch block
AnswerD.
Throws an exception
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board