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
Which of the following statements is false about recursion?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following statements is false about recursion?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!