请读程序: main() { int a=1,b=2; printf("%d\n",a=a+1,a+6,b+2);} 则上面程序的输出结果是()。
A.2
B.3
C.4
D.1
E.A
F.1
正确答案是A