...
Question 9521 – C-Programming
November 11, 2023
Pointers
November 11, 2023
Question 9521 – C-Programming
November 11, 2023
Pointers
November 11, 2023

GATE 1998

Question 50

Faster access to non-local variables is achieved using an array of pointers to activation records called a

A
stack
B
heap
C
display
D
activation tree
Question 50 Explanation: 
Properties of displays:
→ Use a pointer array to store the activation records along the static chain.
→ Fast access for non-local variables but may be complicated to maintain.
Correct Answer: C
Question 50 Explanation: 
Properties of displays:
→ Use a pointer array to store the activation records along the static chain.
→ Fast access for non-local variables but may be complicated to maintain.

Leave a Reply

Your email address will not be published. Required fields are marked *