c语言递归函数的例子:1、Fibonacci数【F(0)=F(1)=1,F(n)=F(n-1)+F(n-2) n>=2】;2、阶乘的递归【n*F(n-1)】;3、数组求和;4、求数组元素最大值。
技术文章 / 下载软件趣味内容 / 专业带飞