Recursive Functions

Cards (2)

  • A recursive function is a kind of function that calls itself during program execution to solve a problem.
  • A recursive function is a kind of function that calls itself during program execution to solve a problem.