单选题

有以下程序

#include

main()

{ int a=1,b=2,c=3,x;

x=(a^b)&C;printf("%d",x);

}

程序的运行结果是(     )。

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