Vidyalelo
C Programming · Q26

Function

Programming · C Programming · question 26

Q26

In C, what is the purpose of the 'recursion' in a function?

A.
To create an infinite loop
B.
To make the function faster
C.
To make the function return a constant value
D.
To call the function itself
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board