有以下程序 #include <stdio.h> main() {int a=2,b; b=a<<2; printf(“%d\n”,b); } 程序运行后的输出结果是()。
A.2 B.4 C.6 D.8
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。