Saved Bookmarks
| 1. |
For implementing recursive function the data structure used is:(A) Queue(B) Stack(C) Linked List(D) Tree |
|
Answer» Correct option- (B) Stack Explanation:- For implementing recursive function, stack is used as a data structure. |
|