单项选择题

以下程序运行后的输出结果是
#include<stdio.h>
main()
 int a=1, b=0;
 if(!

A.1)++;
 else if(a==0) if(A) b+=2;
 else b+=3;
 pr
B.1
C.2
D.3