Computer Science, asked by madhavikanneboina24, 5 months ago

what is recursion.and explain​

Answers

Answered by Anonymous
0

\huge\mathfrak\red{Answer :) } Recursion is a common method of simplifying a problem into subproblems of same type. This is called divide and conquer technique. A basic example of recursion is factorial function.

Answered by kellyquinn13
1
Recursion is a process in which a function calls itself as a subroutine. This allows the function to be repeated several times, since it calls itself during its execution. Functions that incorporate recursion are called recursive functions.



Hope it helps you
Similar questions