登录
注册
欢迎来到在线题库搜索
作业考试题库搜索平台
搜索答案
网站首页
会员联系qq:84302438 (仅限VIP会员,周一到周五12:00-18:00)
智能AI论文生成
当前位置:在线题库搜索>
[单选题]有以下程序: #include<string.h> main() { char str[][20]={"Hello","Beijing"),*p=str[0]; printf("%d ",strlen(p+20)); } 程序运行后的输出结果是( )。的答案是什么?
问题:
[单选题]有以下程序: #include<string.h> main() { char str[][20]={"Hello","Beijing"),*p=str[0]; printf("%d ",strlen(p+20)); } 程序运行后的输出结果是( )。
B、5
C、7
D、20
参考答案: C
报错
相关题目:
以下程序的输出结果是( )。 mai
有以下程序: #include<tr
有以下程序: #include <
有以下程序 main() { cha
有以下程序: # include<t
相关内容
●
有以下程序main( ){char tr[ ][10]={"China","Beijing"},*p=tr;printf("%\n",p+10);}程序运行后的输出结果是
●
有以下程序: main() { char tr[][10]={"China","Beijing"),*P=tr; printf("% ",p+10); } 程序运行后的输出结果是 ______。
●
有以下程序: #include main( ) { int k,n=0;char c,tr[]="teach"; for(k=0;tr[k];k++) { c=tr[k]; witch(k) { cae 1:cae 3:cae 5:putchar(c);printf("%d",++n);break; default:putchar(′N′); } } } 序的运行结果是( )。
●
下面程序的输出结果是( )。 #include<iotream.h> #include"tring.h" void main() {char a[]="Hello Tet",b[]="Tet"; trcpy(a,b); cout<<a<<end1; } A) B)C) D)
●
下列程序的输出结果是( )。 #include<iotream.h> #include"tring.h" void main() {char a[]="Hello Tet",b[]="Tet"; trcpy(a,b); cout<<a<<end1; }
●
有以下程序,程序运行的结果是 ______。 #include<iotream.h> #include<tring.h> void main(){ char x[]= "C++" ,y[10]= "C++" ; cout<<izeof(x)/izeof(char)<<“,”<<izeof(y)/izeof(char); }
●
请读程序: # includde<tdio.h> # include<tring.> void fun(char * ) {char a[10]; trcpy(a,"STRING"); =a; } main() { char*p; fun(p); print{("% ",p); } 上面程序的输出结果(表示空格) ( )
●
下面程序的结果是 #include"iotream.h" void main( ) { char * tr; tr="tet!"; cout<<tr[5]; }
●
下面程序的结果是 #include" iotream.h" void main( ) { char * tr; Str="tet!"; cout < < tr[5]; }
●
执行下列程序的结果是( )。 #include<iotream.h> void main() { char *tr; tr="tet!"; cout<<tr[5]; }
●
当执行下面的程序时,如果输入ABC,输出结果是 ______。 #include<iotream.h> #include<tring.h> void main(){ char [10]=“XYZWV”; cin>>; trcat(,”DEFG”); cout<<; }
●
当执行下面的程序时,如果输入ABC,则输出结果是______。 #include "tdio.h" #include "tring.h" main() { char [10]="12345"; get();trcat(,"6789"); printf("% ",); }