Q110
Which of these is not a correct statement?
A.
A recursive method must have a base case
B.
Recursion always uses stack
C.
Recursion is always managed by C# Runtime environment
AnswerD.
Recursive methods are faster that programmer written loop to call the function repeatedly using a stack
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board