Q779
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board