Dynamic Programming21 sections · 916 units
Open in Course

Quiz: Call Stack

Testing stack understanding

Check Your Understanding

When tracing factorial(3), how many total function calls are made (including the initial call)?

  1. A.6 calls
  2. B.3 calls
  3. C.4 calls
  4. D.2 calls
Start the roadmap to answer the quizzes and solve the challenges