1.

What Is A Recursive Function?

Answer»

A recursive FUNCTION is one which calls itself, directly or calls a function that in TURN calls it. Every recursive function follows the recursive properties − base criteria where FUNCTIONS stops calling itself and progressive approach where the functions tries to MEET the base criteria in each ITERATION.

A recursive function is one which calls itself, directly or calls a function that in turn calls it. Every recursive function follows the recursive properties − base criteria where functions stops calling itself and progressive approach where the functions tries to meet the base criteria in each iteration.



Discussion

No Comment Found