CBSE Class 12 Computer Science Question 66 of 101

Functions — Question 34

Back to all questions
34
Question

Question 30

What are the two cases required in a recursive function?

Answer

The base case and recursive case are the two cases required in a recursive function.