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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above