143. 下面程序的輸出結(jié)果是( )。#include <stdio.h>void main(){?char *str="12345",*ps=str+4;printf("%c\n",ps[-4]);}A. 1B. 2C. 3D. 錯誤求詳細(xì)解析,謝謝 查看完整描述