Question

Recursion is memory-intensive because ________.
(a) it must occur numerous times before it terminates
(b) previous function calls are still open when the function calls itself and the arguments 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 3 characters.