以下程序的输出结果是( )。void main {

以下程序的输出结果是( )。

void main()
{
    char str[]="ABCD",*p=str;
    printf("%d\n",*(p+4));
}
答案
D

题目信息

题号:1472
题型:单选题
难度:普通