单选题 下面程序的输出结果是( )。
main()
int a=1,i=a+1;
do
a++;
while(!~i++>3);
printf("%d/n",a),

A.1 B.2
C.3 D.4

【正确答案】 B
【答案解析】