Computer Science, asked by wwwrobitaphilem, 3 months ago

the. statement is used to end the program execution​

Answers

Answered by pratham7777775
15

Answer:

Explanation:

So in C++ and other similar languages, the return statement is used to stop the execution of the program when in main( ). While we can only have one physical end (e.g. end or closing brace) of the program, we can have one or more logical ends or return statements.

Similar questions