单选题
下面程序段的运行结果是______。
#include<stdio.h>
void main()
{char str[]="DEF",*q=str;
printf("%d/n",*(q+6));
}
A、
0
B、
-52
C、
70
D、
18
【正确答案】
D
【答案解析】
提交答案
关闭