Computer Science, asked by poonamshukla529, 30 days ago

which statement terminate the further execution of program.​

Answers

Answered by Anonymous
4

Answer:

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