DSA Python Recursion Question 7

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments