adplus-dvertising
frame-decoration

Question

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: (c).Recursive calls take up less memory

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of these is not true about recursion?