选择题   下面程序段的运行结果是______。
    #include
    void main()
    {char str[]='ABC',*p=str;
    printf('%d\a',*(p+3));
    }
 
【正确答案】 B
【答案解析】