Function that calls itself for its processing - C programming - Recursive Function

Q.  The function that calls itself for its processing is known as.
(C programming)

- Published on 26 Jun 15

a. Inline Function
b. Nested Function
c. Overloaded Function
d. Recursive Function

ANSWER: Recursive Function
 
A function that calls itself is known as a recursive function and its technique is known as recursion.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)