以下程序的输出结果是______。#include<stdio.h>Main(){Int i=10,j=10;Printf("%d,%d\n",++i,j--);}
A.11,10
B.9,10
C.11,9
D.10,9
正确答案是A