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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board