

MCQOPTIONS
Saved Bookmarks
1. |
Which of these will happen if recursive method does not have a base case? |
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 |
Answer» B. System stops the program after some time | |