题目信息
-
题目类型
-
练习
-
题目年份
-
2024
-
题目题型
-
单选题
-
关 键 词
-
程序
题目题干
下面程序的输出是_ ZUh100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
void main()ZUh100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
{int a[ ]={2,4,6}, *ptr=&a[0];ZUh100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
int x=8, y, z;ZUh100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
for(y=0;y<3;y++)ZUh100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
z=(*(ptr+y)<x) ?*(ptr+y) : x;ZUh100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
printf(“%d\n”, z);ZUh100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
}ZUh100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
答案解析
相关题目
-
下面程序的输出结果是________________ #include <stdio.h> #include <string.h> #define MAX_COUNT
-
下面程序的输出是_ void main() {int a[ ]={2,4,6}, *ptr=&a[0]; int x=8, y, z; for(y=0;y<3;y++) z=(*(
-
下面程序的输出结果是_ int t(int x,int y,int cp,int dp) { cp=x*x+y*y; dp=x*x-y*y; } void main( ) {
-
下面程序的正确运行结果是________ 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
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会