Vidyalelo
C Programming · Q17

Control Structures

Programming · C Programming · question 17

Q17

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

A.
Executes when no other case matches
Answer
B.
Causes a compilation error
C.
Skips the 'switch' statement
D.
Exits the program

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board