Q. Which statement is used to stop execution of a loop? (A) end (B) exit (C) break (D) stop ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) break Explanation: The break statement is used to terminate loops.