题目 / 答案提交正确答案
如有short int a,b; ,若要通过a=a|b使a的低8位置1,高8位不变,则b应该是 ()。
A.0xff00
B.0x0000
C.0x00ff
D.0xffff
正确答案:C
关键字 浏览量:次
上一篇:运行下列程序,输出结果为()。 #include <stdio.h> int main() { printf
下一篇:a为任意整数,能将变量a清零的表达式为()。
相关问题
【智慧树】如有short int a,b,若要通过a=a&b使a的低8位置0,高8位不变,则b应该是()。