DEFINITION:-
Recursive function are those function which call itself.When the calling statement of the function given within the function , then that function became recursive . Once it is called from outside the function then it start calling from it's own body.Recursive function perform the repeatation like a loop but it is not a loop. Recursive function create the stack of the memory, at the end of the recursive function the last created memory removes first and the first created memory removes last.
Generally recursive functions are parameter and return value type.
***********PLEASE ** LIKE ** SHARE ** & ** SUBSCRIBE ****************
#recursive
#array
#codeambition
#function