Question 9521 – C-Programming
November 11, 2023Pointers
November 11, 2023GATE 1998
|
Question 50
|
Faster access to non-local variables is achieved using an array of pointers to activation records called a
|
stack
|
|
|
heap
|
|
|
display
|
|
|
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.
→ 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.
→ 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.
