填空题

以下程序运行后的输出结果是______。
main()
int a=1,b=2,c=3;
if(c=A) printf("%d\n",C) ;
else printf("%d\n",B) ;

【参考答案】

A