题目信息
-
题目类型
-
练习
-
题目年份
-
2024
-
题目题型
-
单选题
-
关 键 词
-
程序
题目题干
下面程序的输出结果是___1lI100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
int fun(int *x,int n)1lI100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
{if(n==0)1lI100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
return x[0];1lI100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
else return x[0]+fun(x+1,n-1);1lI100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
}1lI100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
void main( )1lI100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
{int a[]={1,2,3,4,5,6};int k=fun(a,3);1lI100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
printf(“%d\n”,k);1lI100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
}1lI100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
答案解析
相关题目
-
下面程序的正确运行结果是________ void main() { static char str[ ]=”abcdef”; void abc(char str[ ] ); abc(
-
下面程序的输出结果是___ int fun(int *x,int n) {if(n==0) return x[0]; else return x[0]+fun(x+1,n-1); } void mai
-
执行下面程序段后, 输出结果是_____ void main( ) {int i,x; for(i=1,x=1;i<=20;i++) {if (x>=10) br
-
下面程序的执行结果是 ____ #include <stdio.h> void main() { int a[6]={2,5,7,3,9,8}; int i,j,t;
-
下列程序执行后,输出的结果是 ___ # include <stdio.h> fun(int a) { int b=0; static int c=3; a=c++,b
-
下面程序若从键盘输入:Ref6ugcBDT8e,按回车键, 最后的执行结果是 ___ #include <stdio.h> void main ( )
-
下面程序的执行结果是______________________ #include <stdio.h> struct student { int num; c
-
有以下程序 void f(int x,int y,int *p,int *q) { int r; *q=x*y; while(r=x%y) { x=y; y=r;
-
以下不能对二维数组a 进行正确初始化的语句是( ) A.int a[2][3]={0}; B.int a[ ][3]={{1,2},{0}}; C.int a[2][3]={{1,2},{
-
若有如下程序段: { int a=2,b=-1,c=2; if (a<b) if (b<0) c=0; else c+=1; printf(“c
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会