Question:What is the maximum number of statements that may be recursive calls in a single function declaration?
A 1 B 2 C n (n is the argument) D There is no fixed maximum
+ AnswerD
+ Report