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

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

以下程序的输出结果是( )。 main( ) { char st[20]="hell0\O\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]="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.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

考题 有以下程序:includemain(){char *p="abcde\Ofghjik\0";printf("%d\n",strlen(p));}程 有以下程序: #include <string.h> main() {char *p="abcde\Ofghjik\0"; printf("%d\n",strlen(p)); } 程序运行后的输出结果是( )。A.12B.15C.6D.5

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

考题 有以下程序include.main(){char*p="abcde\ofghjik\0";printf("%d\n",strlen(p));} 程 有以下程序 #include.<string.h> main() { char *p="abcde\ofghjik\0"; printf("%d\n",strlen(p)); } 程序运行后的输出结果是A.12B.15C.6D.5

考题 以下程序的输出结果是_______。 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\nhello\0\t\\\;printf(%d%d\n,strlen(st).sizeof(st));}A.9 9B.5 20C.13 20D.20 20