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
Join The Discussion