What Are The Two Types Of Recursion?

What Are The Two Types Of Recursion? Recursion are mainly of two types depending on whether a function calls itself from within itself or more than one function call one another mutually. The first one is called direct recursion and another one is called indirect recursion. What is direct and indirect recursion? What is the