Vidyalelo
Data Structure · Q779

Miscellaneous on Data Structures

Programming · Data Structure · question 779

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board