Examveda
Examveda

What does the 'default' case in a 'switch' statement do in C?

A. Executes when no other case matches

B. Causes a compilation error

C. Skips the 'switch' statement

D. Exits the program

Answer: Option A


This Question Belongs to C Program >> Control Structures

Join The Discussion

Related Questions on Control Structures