单项选择题

请读程序段:
char str[]="ABCD",*p=str;
printf("%d\n",*(p+4));
程序段的输出结果是 ______。

A.68
B.0
C.字符D的地址
D.不确定的值