下面程序段的运行结果是char str[]="ABC",*p=str;printf("%d\n",*(p+3));A.67B.0C.字符′C′的地址D.字符′C′
下面程序段的运行结果是
char str[]="ABC",*p=str;
printf("%d\n",*(p+3));
A.67
B.0
C.字符′C′的地址
D.字符′C′
相关考题:
下面程序段的运行结果是()。includevoid main(){char str[]="ABC",*p=str;pfintf("%d\n 下面程序段的运行结果是( )。 #include<stdio.h> void main() {char str[]="ABC",*p=str; pfintf("%d\n",*(p+3)); }A.67B.0C.字符'C'的地址D.字符'C'
下列程序段的运行结果是()。includevoid main(){char str[]="ABC",*p=str;printf("%d\n 下列程序段的运行结果是( )。 #include<stdio.h> void main() { char str[]="ABC",*p=str; printf("%d\n",*(p+3)); }A.67B.0C.字符'C'的地址D.字符'C'
下列程序段的运行结果是()。 include void main() {char str[]="ABC",*p=str; printf(" 下列程序段的运行结果是( )。#include<stdio.h>void main(){ char str[]="ABC",*p=str;printf("%d\n",*(p+3) );}A.67B.0C.字符'C'的地址D.字符'C'
下列程序段的运行结果是()。includevoid main(){ char str[]="ABC",*p=str;printf("%d\ 下列程序段的运行结果是( )。#include<stdio.h>void main(){ char str[]="ABC",*p=str; printf("%d\n",*(p+3));}A.67B.0C.字符'C'的地址D.字符'C'
6、下面程序段的运行结果是()。 char str[]="ABC",*p=str; printf("%d\n",*(p+3));A.67B.0C.字符'C'的地址D.字符'C'