Q. Which keyword is used to stop a loop prematurely? (A) stop (B) exit (C) break (D) continue ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) break Explanation: The break statement terminates the loop.