MCQ
Which of the following statement is false about recursion?
- AEvery recursive function must have a base case
- BInfinite recursion can occur if the base case isn't properly mentioned
- CA recursive function makes the code easier to understand
- ✓Every recursive function must have a return value