问题 单项选择题 有以下程序 main() int x=10,y=10;printf("%d%d\n",x--,--y); 程序运行后的输出结果是 ( )A.10 10B.9 9C.9 10D.10 9 答案 参考答案:D