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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board