which statement causes the function to exit
Answers
Answered by
0
Explanation:
The end statement is the last line of the program or function. The stop or return statements are used for normal termination and exit is used for abnormal termination.
Similar questions