Vidyalelo
Python · Q37

Functions in Python

Programming · Python · question 37

Q37

Which of the following statements is false about recursion?

A.
Every recursive function must have a base case
B.
Infinite recursion can occur if the base case isn't properly mentioned
C.
A recursive function makes the code easier to understand
D.
Every recursive function must have a return value
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board