write short note on recursive functions
Answers
Answered by
1
A recursive function (DEF) is afunction which either calls itself or is in a potential cycle of function calls. As the definition specifies, there are two types of recursive functions. Consider a function which calls itself: we call this type of recursionimmediate recursion.
Hope it helps u buddy!!!
Hope it helps u buddy!!!
Similar questions