Examveda

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


This Question Belongs to C Sharp Programming >> Introduction To C Sharp

Join The Discussion

Related Questions on Introduction to C Sharp