what is recursion ? discuss in detail with example.
Answers
Answered by
2
Answer:
the repeated application of recursive procedure and definition
Explanation:
a recursive definition
plural form:recursions
please mark me as brainlist
Answered by
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