单项选择题

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

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