Answer:
During execution of the function, the run time support of the programming language in which the program is coded creates local data of the function within the stack frame. At the end of the function's execution, the entire stack frame us popped off the stack and the return address contained in it is used to pass control back to the calling program.
During execution of the function, the run time support of the programming language in which the program is coded creates local data of the function within the stack frame. At the end of the function's execution, the entire stack frame us popped off the stack and the return address contained in it is used to pass control back to the calling program.
You may be interested in:
OS Memory Management MCQs