Page 1 of 1

Which of the following statements is false about recursion?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
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