Examveda
Examveda

What happens if a 'break' statement is used within a 'switch' statement in C?

A. It skips the current case and continues to the next case

B. It exits the 'switch' statement

C. It generates a compilation error

D. It generates a runtime error

Answer: Option B


This Question Belongs to C Program >> Control Structures

Join The Discussion

Related Questions on Control Structures