Multiple Choice
When does a recursive program go into infinite recursion
A) if the loop-continuation test never becomes false
B) if the recursion test never becomes false
C) if the loop-continuation test never becomes true
D) if the recursion step does not converge on the base case
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The best way to develop and maintain
Q3: The technique of developing and maintaining a
Q4: Functions that are not provided as part
Q5: Nested in the audio element are two
Q6: What is the result of writing the
Q7: A function's _ are also considered to
Q8: Iteration uses _ statements and recursion uses
Q9: What does the following statement do<br>Math.floor( Math.random()
Q10: The value a in the following statement
Q11: Which of the following is used to