[单选题]
以下程序段的输出结果是( )。 char str[] = "BCDE",*ptr=str; cout<<*(p+4)<<end1;
A.字符E的地址
B.0
C.69
D.不确定
参考答案与解析: