Which of these will happen if the recursive method does not have a base case?
Posted: Wed Jul 13, 2022 7:57 pm
a) Infinite loop condition occurrence
b) System gets hanged
c) After 10000 executions program will be automatically stopped
d) None of the mentioned
b) System gets hanged
c) After 10000 executions program will be automatically stopped
d) None of the mentioned