Question
Which data structure or concept is best described as the stack of active function-call records used during recursion?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Recursion Stack
Explanation:
Recursion Stack is the stack of active function-call records used during recursion.
This description distinguishes it from the other choices.
Leave a Reply