Question 9794 – Secondary-Storage
November 11, 2023Programming
November 11, 2023GATE 2002
|
Question 17
|
In the C language
|
At most one activation record exists between the current activation record and the activation record for the main
|
|
|
The number of activation records between the current activation record and the activation record for the main depends on the actual function calling sequence.
|
|
|
The visibility of global variables depends on the actual function calling sequence.
|
|
|
Recursion requires the activation record for the recursive function to be saved on a different stack before the recursive fraction can be called.
|
Question 17 Explanation:
In C Language a function can create activation record from the created function stack.
Correct Answer: B
Question 17 Explanation:
In C Language a function can create activation record from the created function stack.
