Computer Science, asked by julu5970, 1 year ago

A function that calls itself for its processing is known as

Answers

Answered by bulbulkhan
0
a functiin that calls itself for its processing is known as constructor
Answered by smartbrainz
1

Function which call itself for it’s processing is known as “Recursion function”.

Explanation:

When a function calls itself is referred as “recursion function” and this process is termed as recursion. In programming language a program permit you to call a function inside the function is termed as recursion function. A practical way to think of recursive function is to visualize them as a process being performed where one of the commands is used to reiterate the process.

Similar questions