Which Of These Is False About Recursion #715
Which of these is false about recursion?
This multiple choice question (MCQ) is related to the book/course
gs gs109 Python.
It can also be found in
gs gs109 Argument Passing, Variables and Recursion - Python Recursion - Quiz No.1.
Which of these is false about recursion?
Recursive function can be replaced by a non-recursive function
Recursive functions usually take more memory space than non-recursive function
Recursive functions run faster than non-recursive function
Recursion makes programs easier to understand