Q118
Which of these will happen if recursive method does not have a base case?
A.
An infinite loop occurs
AnswerB.
System stops the program after some time
C.
After 1000000 calls it will be automatically stopped
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board