网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
以下程序的输出结果是( )。main{ char st[20]="hello\0\t\\\";printf("%d%d\n&quo
以下程序的输出结果是( )。
main
{ char st[20]="hello\0\t\\\";
printf("%d%d\n",strlen(st).sizeof(st));
}
A.9 9
B.5 20
C.13 20
D.20 20
参考答案
更多 “ 以下程序的输出结果是( )。main{ char st[20]=hello\0\t\\\;printf(%d%d\nhello\0\t\\\;printf(%d%d\n,strlen(st).sizeof(st));}A.9 9B.5 20C.13 20D.20 20 ” 相关考题
考题
有以下程序: includemain(){ char str[][20]={"Hello","Beijing"},*p=str;printf("%
有以下程序: # include<string.h> main() { char str[][20]={"Hello","Beijing"},*p=str; printf("%d\n",strlen(p+20)); } 程序运行后的输出结果是 ______。A.0B.5C.7D.20
考题
Mr.Smithsays:quot;Themediaareverygoodatsensingamoodandthenit.quot;A)exaggeratingB)overtakingC)wideningD)enlarging
考题
人力资本理论形成的标志是舒尔茨在1960年美国经济学会年会上所发表的题为quot;人力资本的投资quot;的著名演讲,因此,他也被后人誉为quot;人力资本之父quot;。 ( )
此题为判断题(对,错)。
考题
在PowerPoint 2003中,删除幻灯片的操作可以是()。A.单击常用工具栏中的quot粘贴quot按钮B.选择quot编辑quot菜单中的quot删除幻灯片quot选项C.选择quot编辑quot菜单中的quot清除quot选项D.单击常用工具栏中的quot复制quot按钮
考题
在PowerPoint 2003启动幻灯片放映的操作中,错误的是()。A.单击演示文稿窗口左下角的quot幻灯片放映quot视图按钮B.选择quot幻灯片放映quot菜单中的quot观看放映quot命令C.选择quot幻灯片放映quot菜单中的quot幻灯片放映quot命令D.按F5键
考题
在PowerPoint中,若想给“文本框”对象或“文本框占位符”设置动画效果,下列说法正确是()。A.执行quot格式quot菜单的quot幻灯片设计quot命令,右侧有一个相应的设置窗格B.执行quot幻灯片反映quot菜单的quot自定义动画quot命令,右侧有一个相应的设置窗格C.执行quot格式quot菜单的quot幻灯片版式quot命令,右侧有一个相应的设置窗格D.以上说法全错
考题
以下程序的输出结果是( )。 main( ) { char st[20]="hell0\O\t\\\”; printf("%d%d\n",strlen(st),sizeof(st)); }A.9 9B.5 20C.13 20D.20 20
考题
以下程序的输出结果是( )。 main {int x=0.5;char z=a; printf("%d\n",(x2));}A.0S
以下程序的输出结果是( )。 main {int x=0.5;char z=a; printf("%d\n",(x&1)&&(z2));}A.0B.1C.2D.3
考题
以下程序的输出结果是______。 main() { char st[20]="hello\0\t\\"; printf("%d%d\n",strlen(st),sizeof(st)); }A.99B.520C.1320D.2020
考题
有以下程序#includemain(){ char str[][20]={"Hello","Beijing"},*p=str;printf("%d\n",strlen(p+20));}程序运行后的输出结果是A.0B.5C.7D.20
考题
有以下程序:includemain(){ char str[][20]={"Hello","Beijing"),*p=str[0];printf("
有以下程序: #include<string.h> main() { char str[][20]={"Hello","Beijing"),*p=str[0]; printf("%d\n",strlen(p+20)); } 程序运行后的输出结果是( )。A.0B.5C.7D.20
考题
有以下程序:includemain(){charstr[][20]={"Hello","Beijing"}*p=str;printf("%\n",s
有以下程序: #include <string.h> main() { char str[][20]={"Hello","Beijing"}*p=str; printf("%\n",strlen(p+20)); } 程序运行后的输出结果是A.0B.5C.7D.20
考题
有如下程序void func1(int st[],int i){ printf("%c",st[i]); if(i}void func2(int st[],int i){ printf("%c",st[i]); if(i}main(){ char st[ ]="hello,friend! "; int i=0;func1(st,i); printf("\n");}程序执行后输出的结果是A.hello B.hel C.hlo D.编译出错
考题
有以下程序includemain(){charstr[][20]={"Hello","Beijing"},*p=str;printf("%d\n",
有以下程序 #include <string.h> main() {char str[][20]={"Hello","Beijing"},*p=str; printf("%d\n",strlen(p+20)); } 程序运行后的输出结果是A.0B.5C.7D.20
考题
以下程序运行后的输出结果是( )。 include main() { int x=20; printf("%d", 0
以下程序运行后的输出结果是( )。include<stdio.h>main(){ int x=20;printf("%d", 0<x<20);printf("%d\n", 0<x x<20);}
考题
以下程序的输出结果是( )。 main { char st[20]="hello\0\t\\\"; printf("%d%d\n",strlen(st).sizeof(st)); }A.9 9B.5 20C.13 20D.20 20
考题
以下程序的输出结果是( )。 char str[15]=”hello!”; printf(“%d\n”,strlen(str)); A.15
以下程序的输出结果是( )。 char str[15]=”hello!”; printf(“%d\n”,strlen(str));A.15B.14C.7D.6
考题
有以下程序 main() { char st[20]="hello\0\t'\\"; printf("%d%d\n",strlen(st),sizeof(st)); } 程序运行后的输出结果是( )A.9 9B.5 20C.13 20D.20 20
考题
有以下程序:includeincludemain(){char str[][20]={"Hello","Beijing"},*P
有以下程序: #include <stdio.h> #include <string.h> main() { char str[][20]={"Hello","Beijing"},*P=str[0]; printf("%d\n",strlen(p+20)); } 程序运行后的输出结果是( )。A.0B.5C.7D.20
考题
下面程序输出的结果是()。includemain(){char *a="1234";fun(a);printf("\n");}fun(cha
下面程序输出的结果是( )。 #include<stdio.h> main() { char *a="1234"; fun(a); printf("\n"); } fun(char *s) { char t; if(*s) { t=*S++;fun(s);} else return; if(t!='\0') putchar(t); }A.1234B.4321C.1324D.4231
考题
在WindowsServer2003中,用于安装DNS服务器的是()A、quot;DNS服务器管理quot;向导B、quot;配置您的DNS服务器quot;向导C、quot;配置您的服务器quot;向导D、quot;服务器安装quot;向导
考题
单选题要在网页中显示下列内容:售票员说:"定价:¥68"下面的语句正确的是()。A
p售票员说:定价:yuan;68quot;/pB
p售票员说:quot;定价:yen;68/pC
p售票员说:quot;定价:yuan;68quot;/pD
p售票员说:quot;定价:yen;68quot;/p
考题
单选题在WindowsServer2003中,用于安装DNS服务器的是()A
quot;DNS服务器管理quot;向导B
quot;配置您的DNS服务器quot;向导C
quot;配置您的服务器quot;向导D
quot;服务器安装quot;向导
热门标签
最新试卷