Tuesday, December 4, 2018

Recursive Function

-A recursive function is a function that calls itself repeatedly until a condition is met.
-Recursion makes program elegant and more readable.
-Recursion is much slower than loops
How recursion works in C programming?

No comments:

Post a Comment