单项选择题

设x=011050, 则x=x&01252的值是( )。
A) 0000001000101000 B) 1111110100011001
C) 0000001011100010 D) 1100000000101000

<上一题 目录 下一题>
热门 试题

单项选择题
下列程序的输出结果是( )。 #include<stdio.h> main() struct st int y,x,z; ; union long i; int j; char k; un; printf( %d,%d n ,sizeof(struct st),sizeof(un));
A) 6,2
B) 6,4
C) 8,4
D) 8,6
单项选择题
下列程序的输出结果是( )。#include<stdio.h>main() struct st int y, x,z; ; union long i; int j; char k; un; printf( %d,%d n ,sizeof(struct st),sizeof(un));
A) 6,2
B) 6,4
C) 8,4 D) 8,6
相关试题
  • A.因变量类型与格式描述符的类型不匹配,...
  • A.x=4 B.x=8 C.x=6 D.x=12
  • A.因变量类型与格式描述符的类型不匹配,...
  • A.x=4 B.x=8 C.x=6 D.x=12
  • 在“文件包含”预处理语句的使用形式中,当...