Examveda

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: Option D


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python