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