A. 函数自身调用自身的编程技巧 B. 函数嵌套调用的方式 C. 函数调用的普通方式 D. 无参函数是不能使用递归的
A. F(n)=F(n-1) B. F(n)=F(n-21) C. F(n)=F(n-3) D. F(n)=F(n-1)+F(n-2)
A. 对 B. 错