MCQ
Which of these is false about recursion?
- ARecursive function can be replaced by a nonrecursive function
- BRecursive functions usually take more memory space than non-recursive function
- ✓Recursive functions run faster than nonrecursive function
- DRecursion makes programs easier to understand