What is Recursive Function ?

A recursive function is a function that contain a call to the function itself. Recursive function allows us to divide complex problem into identical single cases which can be handled easily.

Post a Comment

0 Comments