Save
...
Computer Programming 2
Week 5 to 6 Functions in C++
Recursive Functions
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Marc
Visit profile
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.