首页 > 继续教育
题目内容 (请给出正确答案)
[主观题]

有以下程序: #include<stdio.h> main { char s[]="rstuv"; printf("%c\n",*s+2); }

有以下程序: #include<stdio.h> main { char s[]="rstuv"; printf("%c\n",*s+2); } 程序运行后的输出结果是()。

A.tuv

B.字符t的ASCIl码值

C.t

D.出错

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“有以下程序: #include<stdio.h> main …”相关的问题
第1题
有以下程序()

A.#include

B.02356

C.0235

D.235

E.2356

点击查看答案
第2题
有以下程序 #include #include main(){ inta = 3; printf( 行后的输出结果是()

A.-12

B.9

C.0

D.3

点击查看答案
第3题
有以下程序 #include <stdio.h> int fun(int a, int b) { if(b==0) return a;

有以下程序 #include <stdio.h> int fun(int a, int b) { if(b==0) return a; else return(fun(-a,-b)); } main() { printf("%d\n",fun(4,2)); } 程序的运行结果是______。

A.1

B.2

C.3

D.4

点击查看答案
第4题
有以下程序: include<stclio.h> main() { char c; while((c=getchar())!=?)pu

有以下程序: include<stclio.h> main() { char c; while((c=getchar())!=?)putchar(--c); } 程序运行时,如果从键盘输入:Y?N?<回车>,则输出结果为【 】。

点击查看答案
第5题
有以下程序#include<stdio.h>#include<string.h>main(){char x[]=“STRING”;x[0]=0;

有以下程序

#include<stdio.h>

#include<string.h>

main()

{char x[]=“STRING”;

x[0]=0;x[1]=’\0’;x[2]=’0’;

printf(”%d%d\n”,sizeof(x),strlen(x));

}

程序运行后的输出结果是()。

A.6 1

B.7 0

C.6 3

D.7 1

点击查看答案
第6题
有以下程序 #include<stdio.h> main {int y=9; for(;y>0;y--) if(y%3==0)printf("%d",-

有以下程序 #include<stdio.h> main {int y=9; for(;y>0;y--) if(y%3==0)printf("%d",--y); } 程序的运行结果是()。

A.741

B.963

C.852

D.875421

点击查看答案
第7题
有以下程序: #include mian(){ charc; for( putchar(); } 执行时如输入为:abcdefg##<回车>,则输出结果是()

A.abcdefg

B.bcdefgh$

C.bcdefgh$$

D.bcdefgh

点击查看答案
第8题
有以下程序: #include main(){ int i=4; for();i<2;i++)printf(); printf(); } 程序运行后的输出结果是()

A.12

B.4

C.1

D.0

点击查看答案
第9题
有以下程序: #include main(){ inta=0,b=0,c=0,d=0;()?++c:++d; printf(); } 程序的运行结果是()

A.1,0,1,0

B.1,1,0,1

C.1,0,0,1

D.1,1,1,0

点击查看答案
第10题
有以下程序: #include main(){ int x=8; for(;x>0;x--) { if(x%3) { printf(); continue; } printf(); } } 程序的运行结果是()

A.7,4,2

B.8,7,5,2

C.9,7,6,4

D.8,5,4,2

点击查看答案
第11题
有以下程序: #include<stdio.b> void fun(char c) { if(c>X)fun(c-1): printf("%C"

有以下程序: #include<stdio.b> void fun(char c) { if(c>X)fun(c-1): printf("%C",c); } traia() { fun(z);} 程序运行后的输出结果是()

A.xyz

B.wxyz

C.xzy

D.zvx

点击查看答案
退出 登录/注册
发送账号至手机
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改