赞题库-背景图
单项选择题

有以下程序: #include main() { int a=12,c; C=(a<<2)<<1; printf("%d\n",c) ; } 程序运行后的输出结果是

A. 3
B. 50
C. 2
D. 96