Q. Which statement is used to end execution of a script?
β
Correct Answer: (A)
exit()
Explanation: exit() is used to terminate the script.