单项选择题

有以下程序: main() { int i=10,j=1; printf("%d,%d\n",i--,++j); } 执行后的输出结果是 ______。

A.9,2
B.l0,2
C.9,1
D.10,1