Answer: Option C Smaller instances of the same problem.
Step-by-step explanation:
In computer science, recursion is a method by which the solution of the problems can be get by solving the problem to many smaller instances of the same problem.
It can be done by iteration by this has to be done at the time of programming, by identifying and indexing.
Recursion is one of the main central idea in the filed of computer science.