Q6
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
AnswerC.
It executes the 'default' case by default
D.
It generates a runtime error
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board