Question:
What is a disadvantage of recursion
Author: sazin aliAnswer:
Inefficient use of memory. If the subroutine calls itself too many times it is prone to stack overflow, which is when the call stack runs out of memory & program crashes difficult to trace,
0 / 5 Â (0 ratings)
1 answer(s) in total