MCQOPTIONS
Saved Bookmarks
| 1. |
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» E. | |