Examveda

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

C. Recursive calls take up a lot of memory

D. Programs using recursion take longer time than their non-recursive equivalent

Answer: Option B


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python