Vidyalelo
Python · Q39

Functions in Python

Programming · Python · question 39

Q39

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
Answer
D.
Sequence generation is easier than a nested iteration

Answer: Option C

Solution

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