Activ 1V
print answer on keyboard if answer wrong will dislike
Activation record is basically a separate private block which is a memory block created when the new procedure is invoked in the stack. It helps in mapping a parameters from sender to recipient space .
or
Basically important information required in calling a new function.
The activation record just tells us that the procedure is begins means when the name of procedure is pushed on to stack and activation ends when the names is popped.
Uses-
It is basically helps in storing the current and the records that are going to stored in the stack. It has a return value which is returned after the execution of the procedure.
Step by step
Solved in 2 steps with 1 images