以下程序的输出结果是_______。Main(){ char s[]="159",*p;P=s;Printf("%c",*p++);Printf("%c",*p++);}
A.15
B.16
C.26
D.59
正确答案是A