设有以下语句int a=1,b=2,c; c=a^(b

设有以下语句

int a=1,b=2,c;
c=a^(b<<2);

执行后,c的值为( )。

答案
A

题目信息

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