What is recursion,? Explain in briefly
Answers
Answered by
4
Answer:
the repeated application of a recursive procedure or definition.
Answered by
1
Answer:
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. ... Recursion is often seen as an efficient method of programming since it requires the least amount of code to perform the necessary functions.
Explanation:
please mark as branlist
Similar questions