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
D. Recursion is not allowed in C++
Answer: Option C

Join The Discussion