Answer:
Activation Records
The storage (for formals, local variables, function results etc.) needed for execution of a
subprogram is organized as an activation record.
An Activation Record for “Simple” Subprograms
.
Activation Record for a Language with Stack-Dynamic Local Variables
Dynamic link: points to the top of an activation record of the caller
Explanation: