CBSE Class 12 Computer Science Question 36 of 56

Functions — Question 36

Back to all questions
36
Question

Question 32

What is recursive case?

Answer

Recursive case is the case where the function calls itself with a modified input, moving towards the base case. It allows the function to break down the problem into smaller instances of the same problem until reaching the base case.

Get the Bright Tutorials app Stuck on a question? Ask Bright Buddy — your AI tutor — for step-by-step help in the app.