题目 / 答案提交正确答案
如有short int a,b,若要通过a=a&b使a的低8位置0,高8位不变,则b应该是()。
A.0xff00
B.0x0000
C.0x00ff
D.0xffff
正确答案:A
关键字 浏览量:次
上一篇:运行下列程序,输出结果为()。 #include <stdio.h> int main() { int x=
下一篇:以下对结构体变量stul中成员age的非法引用是()。 struct student {int age; int num
相关问题
【智慧树】如有short int a,b; ,若要通过a=a|b使a的低8位置1,高8位不变,则b应该是 ()。