Dynamic Programming21 sections · 916 units
Open in Course

Quiz: Base Case

Test your understanding

Check Your Understanding

What happens if a recursive function does not have a base case?

  1. A.The function runs forever until the program crashes with a stack overflow
  2. B.The function automatically stops after 100 calls
  3. C.The function returns 0
  4. D.The compiler throws an error
Start the roadmap to answer the quizzes and solve the challenges