

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following problems can’t be solved using recursion? |
A. | factorial of a number |
B. | nth fibonacci number |
C. | length of a string |
D. | problems without base case |
Answer» E. | |