Vidyalelo
C# Programming · Q51

Introduction to C Sharp

Programming · C# Programming · question 51

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
Answer
D.
Throws an exception

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board