Computer Science, asked by Sukhdeep45411, 11 months ago

Which data structure is used for implementing recursion?

Answers

Answered by charlie1505
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