Q. Which of these is false about recursion? (Solved)
1. recursive function can be replaced by a non-recursive function
2. recursive functions usually take more memory space than non-recursive function
3. recursive functions run faster than non- recursive function
4. recursion makes programs easier to understand
- c. recursive functions run faster than non- recursive function