Pregunta:
What is a disadvantage of recursion
Autor: sazin aliRespuesta:
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 calificaciones)
1 answer(s) in total