143. 下面程序的输出结果是( )。#include <stdio.h>void main(){ char *str="12345",*ps=str+4;printf("%c\n",ps[-4]);}A. 1B. 2C. 3D. 错误求详细解析,谢谢 查看完整描述