in c when the main function calls the other function then during the course of its execution does the main function is put into stack
Answers
Answered by
1
Answer:
Explanation.
The main function remain as it is.
When main function calls another function the program counter only shoft to that function and a pointer from calling function is attached to the base of main function sot that when the function completes its execution it should return back to mai. .
I hope this is helpful.
Similar questions