function which calls itself is called a ___ function.
Answers
Answered by
13
Answer:
function which calls itself is called a recursive function.
Explanation:
hope it helps...
:)
Answered by
0
Recursive Function.
A recursive function is a function that rehashes or uses its own past term to work out ensuing terms and in this manner frames a grouping of terms. It is a capacity that calls itself from its past worth to produce resulting esteem. For the most part, we find out with regards to this capacity in view of the math mathematical grouping, which has terms with a typical distinction between them. This capacity is profoundly utilized in PC programming dialects, like C, Python, Java, PHP.
Similar questions