单项选择题

有以下程序:
#include<stdio.h>
main()
{
int a=1,b=2,c=3,x;
x=(a^b)&c;
printf("%d\n",x);
}
程序运行后的输出结果是______。

A.3
B.1
C.2
D.0
题目列表

你可能感兴趣的试题

微信扫码免费搜题