edited by
2,161 views

2 Answers

3 votes
3 votes
ans-Stack

for the recursion calls stack is used .If we execute a function which is calling itself again and again then with the help of stack recursion can be removed.
0 votes
0 votes
i think it is array.because array fixed size,can't change it's size.
reshown by

Related questions

2 votes
2 votes
0 answers
1
0 votes
0 votes
1 answer
3
Souvik33 asked Nov 2, 2022
840 views
Which data structure would be most appropriate to implement a collection of values with the following 3 characteristicsSingly link list with head and tail pointerDoubly l...