题目 / 答案提交正确答案
若有short int a=0x5566; 则执行a= a|0xff00 后,a的值是()。
A.0x5500
B.0x0066
C.0x5566
D.0xff66
正确答案:D
关键字 浏览量:次
上一篇:a为任意整数,能将变量a清零的表达式为()。
下一篇:运行下列程序,输出结果为()。 #include <stdio.h> int main() { int x=
相关问题
【智慧树】It is necessary to introduce the history of the place that y
【智慧树】在制作powerpoint演示文稿时可以使用设计模板,方法是选择()菜单中的“应用设计模板”命令。
【智慧树】在制作powerpoint演示文稿时如果要设置文本链接,可以选择()菜单中的“超级链接”命令。
【智慧树】powerpoint中哪种视图模式用于对幻灯片的编辑()。
【智慧树】Internet?的基本结构与技术起源于()
【智慧树】Creative nonfiction is based on () from our own point of vie
【智慧树】有函数定义头部float fun(int a,char b),说明函数的返回值类型为()。
【智慧树】有如下代码段 int *p;int a[6]={1,5,6,9,2}p=a+3;则指针p“指向”的元素的值为()