Examveda
Examveda

In C, what happens if the 'break' statement is used outside of a loop or switch statement?

A. It has no effect

B. It generates a compilation error

C. It exits the program

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