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