InterviewSolution
Saved Bookmarks
| 1. |
Function that sells itself for its processing is known as |
|
Answer» Function that CALLS itself for its processing - C programming - Recursive Function. Q. The function that calls itself for its processing is known as. A function that calls itself is known as a recursive function and its TECHNIQUE is known as RECURSION. |
|