Computer Science, asked by nimramaqsood400, 1 year ago

What is recursion? And how it used in program.

Answers

Answered by sknirjan08
1

Answer:

Recursion in computer science is a method of solving a problem where the solution depends on solutions to smaller instances of the same problem. The approach can be applied to many types of problems, and recursion is one of the central ideas of computer science

Explanation:

use of a procedure, subroutine, function, or algorithm that calls itself in a step having a termination condition so that successive repetitions are processed up to the critical step where the condition is met at which time the rest of each repetition

Similar questions