Home / Programming MCQs / C Programming MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

Q. Choose a correct statement about a C Switch Construct.

(A) default case is optional inside switch.
(B) break; causes the control to exit the switch immediately and avoid fall down to other CASE statements.
(C) You can not use duplicate CASE Constants inside a Switch construct.
(D) All of the above

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.