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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board