What is recursion in C Language
Recursive function is the special type of function that is used to perform iterative operations and this type of function does call again and again to itself. But the thing to note is that your recursive operation shouldn't wrong.