Report Bug
Qus : Which of the following is true about recursion in C?
QusWhich of the following is true about recursion in C?

A. A function can call itself
B. A function cannot call itself
C. Recursion is not supported in C
D. Recursion is the same as iteration


Solution
A. A function can call itself






Report Bug