English, asked by mayank01082005, 2 months ago

what is recursive function​

Answers

Answered by smarty928
2

Answer:

In computer science, recursion is a method of solving a problem where the solution depends on solutions to smaller instances of the same problem. Such problems can generally be solved by iteration, but this needs to identify and index the smaller instances at programming time

Answered by Anonymous
3

Answer:

In computer science, recursion is a method of solving a problem where the solution depends on solutions to smaller instances of the same problem. Such problems can generally be solved by iteration, but this needs to identify and index the smaller instances at programming time.

Similar questions