CBSE Class 12 Computer Science Question 67 of 101

Functions — Question 35

Back to all questions
35
Question

Question 31

What is base case?

Answer

Base case is the termination condition that defines when the recursion should stop. It prevents the function from infinitely calling itself and ensures that the recursion reaches a stopping point.