题目内容
下列数组和指针的定义中正确的是( )。
查看答案
搜索结果不匹配?点我反馈
更多问题
若有说明语句:double a[]={2,4,7,13,20};则a[3]-a[1]的值为____,&a[3]-&a[0]的值为____。
若有说明语句:char s1[]=”student”,s2[50]=”student\0teacher”;则strlen(s1)的值为____,sizeof(s1) 的值为____;strlen(s2)的值为____,sizeof(s2) 的值为____。
执行下列语句后,数组s1中的内容为____。char s1[20]=”123\0abc”,s2[10]=”xyz”,s3[]=”456”;strcat(s1,strcpy(s2,s3));
分析下列程序,写出程序运行结果。#includeusing namespace std;int main(void){char str[]="It is 4:30 pm.",*p=str;cout<='0'&&*q<='9')q++;cout<
='0'&&*q<='9')q++;cout<