当前位置:在线题库搜索>[单选题]设有以下语句: int a=1,b=2,c; c=a^(b<<2); 执行后,c的值为( )。的答案是什么?

问题:

[单选题]设有以下语句: int a=1,b=2,c; c=a^(b<<2); 执行后,c的值为( )。

A、6
B、7
C、8
D、9

参考答案: D