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

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

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

A.100

B.160

C.120

D.64

正确答案:D

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

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