Computer Science, asked by sauravraj65, 8 months ago

what is recursion ? discuss in detail with example.​

Answers

Answered by 17SH0249
2

Answer:

the repeated application of recursive procedure and definition

Explanation:

a recursive definition

plural form:recursions

please mark me as brainlist

Answered by DravaniChoudhary
0

Answer:

Recursion is the process which comes into existence when a function calls a copy of itself to work on a smaller problem. Any function which calls itself is called recursive function, and such function calls are called recursive calls. For example Recursion maybe applied to sorting, searching and traversal problems...

Explanation:

Hope this helps

Similar questions