Vidyalelo
Python · Q121

Functions in Python

Programming · Python · question 121

Q121

Which of these is false about recursion?

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
Answer
D.
Recursion makes programs easier to understand

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board