单选题
有以下程序
#include
main()
{ int a=1,b=2,c=3,x;
x=(a^b)&C;printf("%d",x);
}
程序的运行结果是( )。
A、
0
B、
1
C、
2
D、
3
【正确答案】
D
【答案解析】
提交答案
关闭