Q15
Which of the following is true about function recursion in C++?
A.
Recursion can only be achieved through function pointers
B.
Recursion is limited to predefined standard functions
C.
A function calling itself directly or indirectly
AnswerD.
Recursion is not allowed in C++
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board