Which data structure is used for implementing recursion?
Answers
Answered by
0
Answer:
Stack
Explanation:
As stack is uses the principle last in first out. And recursion uses system stack for stores the address of each function call.
Similar questions