Examveda

Which of these is not true about recursion?

A. Making the code look clean

B. A complex task can be broken into sub-problems

C. Recursive calls take up less memory

D. Sequence generation is easier than a nested iteration

Answer: Option C


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python