单项选择题

有以下程序 #include main() { int a=2,b; b=a<<2;printf("%d\n",b);}

A.4
B.6
C.8
D.2