Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) An infinite loop occurs
b) System stops the program after some time
c) After 1000000 calls it will be automatically stopped
d) None of the mentioned