网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

以下程序的输出结果是______。 main() { char st[20]="hello\0\t\\"; printf("%d%d\n",strlen(st),sizeof(st)); }

A.99

B.520

C.1320

D.2020


参考答案

更多 “ 以下程序的输出结果是______。 main() { char st[20]="hello\0\t\\"; printf("%d%d\n",strlen(st),sizeof(st)); }A.99B.520C.1320D.2020 ” 相关考题
考题 以下程序的输出结果是( )。 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() { char st[20]="hello\0\t\\"; printf("%d%d\n",strlen(st),sizeof(st)); }A.99B.520C.1320D.2020

考题 以下程序的输出结果是( )。 main { char st[20]="hello\0\t\\\"; printf("%d%d\n",strlen(st).sizeof(st)); }A.9 9B.5 20C.13 20D.20 20

考题 以下程序的输出结果是 ______。 main() { char st[20]="hello'、0\t\\"; printf("%d%d\n",strlen(st),sizeof(st)); }A.99B.520C.1320D.2020

考题 以下程序的输出结果是______。 main() { chsr st[20]="bello\0\t\\"; print("%d%f\n",strlen(st),sizeof(st)); }A.99B.520C.1320D.2020

考题 以下程序的输出结果是_______。 main() { char st[20]="hello\0\t\\"; printf(%d%d\n",strlen(st),sizeof(st)); }A.99B.520C.1320D.2020

考题 有以下的程序includevoid fun(char*fname,char*st){FILE*myf;inti; myf=fopen(fname," 有以下的程序 #include<stdio.h> void fun(char *fname,char *st) { FILE *myf; int i; myf=fopen(fname,"w"); for(i=0;i<strlen(st);i++)fputc(st[i],myf); fclose(myf); } main() { fun("test.t","new world");fun("test.t","hello,");} 程序执行后,文件test.t中的内容是( )A.hello,B.new worldhello,C.new worldD.hello,rld

考题 有以下程序 main() { char st[20]="hello\0\t'\\"; printf("%d%d\n",strlen(st),sizeof(st)); } 程序运行后的输出结果是( )A.9 9B.5 20C.13 20D.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