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