When a Function can call itself again and Again or When a Function call itself until a Condition is not to be False. Then it is called a Recursion or Recursive of function in this a Function can call itself until the condition is true. In this a function call itself repeatedly. In the Recursion we just have to make a One Time call and the will automatically call itself Again and Again.