Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) Infinite loop condition occurrence
b) System gets hanged
c) After 10000 executions program will be automatically stopped
d) None of the mentioned