Which is the most appropriate definition for recursion?
Answers
Answered by
0
hey user
here's your 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.
Functions that incorporate recursion are called recursive function.
________________________________________
here's your 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.
Functions that incorporate recursion are called recursive function.
________________________________________
Similar questions