Examveda
Examveda

In C, what happens if the 'default' case is missing in a 'switch' statement?

A. It causes a compilation error

B. It has no effect

C. It executes the 'default' case by default

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