char *p="ABCDE";p++ printf("%c"p[2])

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/06 06:12:35

char *p="ABCDE";p++ printf("%c"p[2])

输出结果:D.
这时P的值是“BCDE”.