单项选择题

有以下程序 main(){int a=1,b=2,c=3,x; x=(a^b)&c; printf("%d\n",x);} 程序的运行结果是

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