当前位置:
找题吧
>
计算机二级
[单选题]
有以下程序
#include<stdio.h>
main()
{ int a=2,b;
b=a<<2;printf("%d\n",b);
}
程序运行后的输出结果是
A.2
B.4
C.6
D.8
参考答案与解析:
相关试题