题目信息
-
题目类型
-
练习
-
题目年份
-
2024
-
题目题型
-
填空题
-
关 键 词
-
程序
题目题干
下列程序执行后,输出的结果是 ___2Vu100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
# include <stdio.h>2Vu100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
fun(int a)2Vu100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
{ int b=0; static int c=3; a=c++,b++; return(a); }2Vu100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
void main()2Vu100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
{int a=2, i, k;2Vu100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
for(i=0;i<2;i++) k=fun(a++);2Vu100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
printf “%d\n”, k);2Vu100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
}2Vu100150满分答卷(100150.com)-青少年编程等级考试及竞赛题库
答案解析
相关题目
-
下面程序的执行结果是 ____ #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
-
若有以下的说明和语句,则在执行for语句后,*(*(pt+1)+2)表示的数组元素是( ) int t[3][3],*pt[3],k; for(k=0;k<3;k++) pt[k]=
-
若程序中定义了以下函数 double myadd(double a,double b) { return (a+b) ;} 并将其放在调用语句之后,则在调用之前应该对
-
下列程序的运行结果是( ) #include <stdio.h> int main() { int x=3; do { printf("%3d",x-=2
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会