Vidyalelo
Python · Q137

Functions in Python

Programming · Python · question 137

Q137

Which of these is not true about recursion?

A.
It's easier to code some real-world problems using recursion than non-recursive equivalent
B.
Recursive functions are easy to debug
Answer
C.
Recursive calls take up a lot of memory
D.
Programs using recursion take longer time than their non-recursive equivalent

Answer: Option B

Solution

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