Q. Which keyword is used to stop a loop in PHP? (A) exit (B) end (C) break (D) stop ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) break Explanation: break exits the current loop structure.