Q. Which of the following problems can’t be solved using recursion? (Solved)
1. factorial of a number
2. nth fibonacci number
3. length of a string
4. problems without base case
- d. problems without base case
1. factorial of a number
2. nth fibonacci number
3. length of a string
4. problems without base case