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
D. Throws an exception
Answer: Option C
A. Skips to the next case
B. Continues to the next iteration
C. Exits the switch block
D. Throws an exception
Answer: Option C
Join The Discussion