Page 1 of 1

Which of these is false about recursion?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) Recursive function can be replaced by a non-recursive function
b) Recursive functions usually take more memory space than non-recursive function
c) Recursive functions run faster than non-recursive function
d) Recursion makes programs easier to understand