Computer Science, asked by venkatpranesh7702, 7 months ago

In C Programming , How A Function Can Return

Answers

Answered by Khoosh4484
0

Answer:

The return statement terminates 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 also return a value to the calling function.

Similar questions