Computer Science, asked by divyasaravanansarava, 5 hours ago

which statement causes the function to exit​

Answers

Answered by alanw5926
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