Question:What happens if you make a recursive call without making the problem smaller?
A The operating system detects the infinite recursion because of the "repeated state"
B The program keeps running until you press Ctrl-C
C The results are non-deterministic
D The run-time stack overflows, halting the program
+ AnswerD
+ Report