自考题库
首页
所有科目
自考历年真题
考试分类
关于本站
游客
账号设置
退出登录
注册
登录
搜索
有以下程序:#include <stdio.h>int f( int t[], int );main(){int a[4] = { 1, 2, 3, 4 }, s;s = f( a, 4 ); printf( "%d\n", s );}int f( int t[], int ){if ( > 0 )return(t[- 1] + f( t, - 1 ) );else return(0);程序运行后的输出结果是( )。
·4
·}
·10
·14
·6
出自:
川北医学院口腔医学院
显示答案
提示:
同一【IP】的非会员用户每天可免费获取10次答案
收藏本站【zk.995w.com】,下次访问不迷路
本站试题总数:【10244552】个 (题库试题定时更新)