题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-07-31 02:23:59

[填空题]下列程序的输出结果是______。
#include<stdio.h>
main( )
int x=1,y=1,a=1,b=1;
switch(x)
case 1:
switch(y)
case 0:a++;break;
case 1:b++;break;

case 2:
a++;b++;break;

printf("a=%d,b=%d/n",a,b);

更多"下列程序的输出结果是______。 #include<stdio.h"的相关试题:

[填空题]

以下程序运行后的输出结果是()。
#include
#include
#include
main( )
{ char *p;int i;
p=(char*)malloc(sizeof(char)*20);
strcpy(p,"welcome");
for(i=6;i>=0;i--) putchar(*(p+i));
printf("/n"); free(p);
}


[填空题]以下程序的输出结果是【 】。 #include main( ) {char *sl,*s2,m; sl=s2=(char*)malloc(sizeof(char)). *sl=15; *s2=20; m=*sl+*s2; printf("%d\n",m); }
[填空题]以下程序的输出结果是【 】。 #include main( ) {prinff("%d\n",strlen("IBM\n012\1\\"));}
[填空题]以下程序的输出结果是【 】。 #include main( ) {char a[]={′\1′,′\2′,′\3′,′\4′,′\O′}; printf("%d%d\n",sizeof(a),strlen(a)); }
[单项选择]下列程序的输出结果是 #include void main( ) { char * str="12123434"; int x1=0,x2=0,x3=0,x4=0,i; for(i=0;str[i]!=’/0’;i++) switch(str[i]) { case’1’:x4++; case’2’:x3++; case’3’:x2++; case’4’:x1++; } cout < < x1 < < "," < < x2 < < "," < < x3 < < "," < < x4;
A. 8,6,4,1
B. 8,6,3,2
C. 8,8,4,1
D. 8,6,4,2

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

截图扫码使用小程序[完全免费查看答案]
请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码