Which of the following statements is false about recursion ?
Every recursive function must have a base case
Every recursive function must have a return value
Infinite recursion can occur if the base case isn’t properly mentioned
A recursive function makes the code easier to understand
This question is part of this quiz :
Recursion in Python Quiz