q=(p+5);printf("%d %d \n",*p,*q);return 0;}A. 运行后报错B. 6 6C. 6 12D. 5 5为啥选A呀,求解析
a+5 相当于 a[0]+5=1+5=6