Computer Science, asked by sekharm748, 1 year ago

Which is the most appropriate definition for recursion?

Answers

Answered by Anushka0408
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.

________________________________________
Similar questions