InterviewSolution
Saved Bookmarks
| 1. |
The data structure used to implement recursive function calls _____________(a) Array(b) Linked list(c) Binary tree(d) StackI got this question during an online exam.Question is taken from Recursion topic in section Miscellaneous Topics in C of C |
|
Answer» Correct choice is (d) Stack |
|