the. statement is used to end the program execution
Answers
Answered by
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