Question

Recursion is memory-intensive because:
a. Recursive functions tend to declare many local variables.
b. Previous function calls are still open when the function calls itself and the activation records of these previous calls still occupy space on the call stack.
c. Many copies of the function code are created.
d. It requires large data values.

Answer

This answer is hidden. It contains 135 characters.