Computer Science, asked by poonamshukla529, 4 months ago

which statement terminate the further execution of program.​

Answers

Answered by sayan3817
1

Answer:

"return" is the statement also known as jump statement.

Answered by param200471
2

Answer:

return statement is the statement which terminates the further execution of a program in a function.

And

in a loop break statement terminates the further execution.

Hope it will help you

Similar questions