Question 13
Which among the following statements is/are true about activation records?
Multiple activation records of the same function can exist on the stack during recursion.
Activation records created for functions are allocated in heap.
The return value link in an activation record identifies the memory location for storing the function’s return value.
The lifetime of a variable extends beyond the removal of its activation record from the stack.