what is the syntax of function return program
Answers
Answered by
3
Return function in C
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. See Return Type for more information.
Answered by
1
Answer:
Return function in C
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. See Return Type for more information.
Explanation:
Similar questions
Social Sciences,
7 months ago
Biology,
7 months ago
English,
1 year ago
Economy,
1 year ago
Physics,
1 year ago