Vidyalelo
C# Programming · Q2

Miscellaneous in C Sharp

Programming · C# Programming · question 2

Q2

What does the "break" keyword do in a switch statement?

A.
Exits the switch statement
Answer
B.
Skips the current iteration
C.
Continues to the next iteration
D.
Throws an exception

Answer: Option A

Solution

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