Q. Which of these is not true about recursion? (Solved)
1. making the code look clean
2. a complex task can be broken into sub- problems
3. recursive calls take up less memory
4. sequence generation is easier than a nested iteration
- c. recursive calls take up less memory