Computer Science, asked by manan4611, 5 months ago

the _____ statement is used to exit a function.​

Answers

Answered by ShreyaKudache
2

Answer:

The function exit() is used to terminate the calling function immediately without executing further processes. As exit() function is called, the process gets terminated. It calls the constructor of class only.

Explanation:

Hope it will become helpful for you ☺️

Answered by riyanj362
1

Explanation:

A return statement ends the execution of a function, and returns control to the calling function. Execution resumes in the calling function at the point immediately following the call. A return statement can return a value to the calling function.

Similar questions