单选题 数字字符0的ASCII值为48,若有以下程序 main() { char a='1',b='2'; printf("%c,b++); printf("%d/n",b-a); } 程序运行后的输出结果是______。
【正确答案】 D
【答案解析】