题目 / 答案提交正确答案
运行下列程序,输出结果为()。 #include <stdio.h> int main() { printf("%d
",12>>2); return 0; }
A.0
B.1
C.3
D.4
正确答案:C
关键字 浏览量:次
上一篇:表达式5+3<<2的值为()。
下一篇:如有short int a,b; ,若要通过a=a|b使a的低8位置1,高8位不变,则b应该是 ()。
相关问题
【智慧树】运行下列程序,输出结果为()。 #include <stdio.h> int main() { int x=