Which Of These Will Happen If The Recursive Method Does Not #445
Which of these will happen if the recursive method does not have a base case?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Object Oriented Concepts - Recursion - Quiz No.1.
Which of these will happen if the recursive method does not have a base case?
Infinite loop condition occurrence
System gets hanged
After 10000 executions program will be automatically stopped
None of the mentioned