单选题
下述程序的输出结果是______。
#include<stdio.h>
void main()
{char a=1,b=2;
char c=a^b<<2;
printf("/n%d",c);}
A、
9
B、
10
C、
12
D、
2
【正确答案】
A
【答案解析】
提交答案
关闭