Write in one word.1) The statement which causes the main function to end
Answers
Answered by
0
Answer:
A return statement
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