

MCQOPTIONS
Saved Bookmarks
1. |
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» D. Sequence generation is easier than a nested iteration | |