Question
Which statement about Recursion Stack is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. very deep recursion can cause stack overflow
Explanation:
The defining property is that very deep recursion can cause stack overflow.
The other statements describe different structures or concepts.
Leave a Reply