Vidyalelo
C# Programming · Q121

Classes and Objects in C Sharp

Programming · C# Programming · question 121

Q121

Which of these will happen if the recursive method does not have a base case?

A.
Infinite loop condition occurrence
Answer
B.
System gets hanged
C.
After 10000 executions program 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