Q. Which keyword is used to stop a loop in PHP?
β
Correct Answer: (C)
break
Explanation: break exits the current loop structure.
Explanation: break exits the current loop structure.