【答案】运行下列程序,输出结果为()。 #include <stdio.h> int main() { printf

返回首页智慧树时间:2022-11-15 19:20
题目 / 答案提交正确答案

运行下列程序,输出结果为()。 #include <stdio.h> int main() { printf("%d ",12>>2); return 0; }

A.0

B.1

C.3

D.4

正确答案:C

本文链接:https://www.oyuuu.com/Ti/ZhiHuiShu/352890.html

关键字  浏览量:
上一篇:表达式5+3<<2的值为()。
下一篇:如有short int a,b; ,若要通过a=a|b使a的低8位置1,高8位不变,则b应该是 ()。
相关问题
  • 【智慧树】运行下列程序,输出结果为()。 #include <stdio.h> int main() { int x=