Which of these will happen if recursive method does not have a base case?
Posted: Wed Jul 13, 2022 7:46 pm
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
b) System stops the program after some time
c) After 1000000 calls it will be automatically stopped
d) None of the mentioned