有以下程序main { int a=1, b=2,

有以下程序

main()
{
	int a=1, 
	b=2, c=3, x; 
	x=(aAb)&c; 
	printf("%d\n",x);
}

程序的运行结果是

答案
C

题目信息

题号:823
题型:单选题
难度:普通