单项选择题

有以下程序
#include<stdio.h>
main()
int a=2,b;
b=a<<2;pfinff("%d\n",b);

程序运行后的输出结果是( )。

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