Vidyalelo
C# Programming · Q38

Miscellaneous in C Sharp

Programming · C# Programming · question 38

Q38

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

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

Answer: Option D

Solution

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