Explain the function of a return statement.
Answers
Answered by
2
Answer:
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. For more information, see Return type.
Answered by
1
Answer:
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. For more information, see Return type.
Similar questions
Science,
3 months ago
English,
3 months ago
English,
3 months ago
English,
7 months ago
Hindi,
7 months ago
Political Science,
11 months ago
Political Science,
11 months ago