Home / Programming MCQs / C Programming MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

Q. Choose a correct statement about C break; statement.

(A) break; statement can be used inside switch block
(B) break; statement can be used with loops like for, while and do while.
(C) break; statement causes only the same or inner loop where break; is present to quit suddenly.
(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.