Q. Which of these is not true about recursion? (Solved)
1. it’s easier to code some real-world problems using recursion than non-recursive equivalent
2. recursive functions are easy to debug
3. recursive calls take up a lot of memory
4. programs using recursion take longer time than their non-recursive equivalent
- b. recursive functions are easy to debug