Which of the following data structures is used in implementing recursive calls?
2018
Which of the following data structures is used in implementing recursive calls?
Answer: C. Stack
- A.
Queue
- B.
Binary Tree
- C.
Stack
- D.
Hash Table
Attempted by 2273 students.
Show answer & explanation
Correct answer: C
Loading lesson…