当前位置: X题卡 > 所有题目 > 题目详情

以下程序的输出结果是【 】。 int fun(int *x,int n) {if(n=0) return x[0]; else return x[0]+fun(x+1,...

查看本题答案

热门试题

更多