单项选择题

有以下程序 fun(char *p) { p+=3; } main() { char b[4]="NEU",*p=b; fun(p); printf("%c\n",*p); } 程序运行后的输出结果是

A、N
B、M
C、E
D、U
微信扫码免费搜题