题目内容

下列程序中,运行后x的值为()void main(){int a=0xfe, b=0x79;x=(a<<1)+1;}

A. 0xfd
B. 0x7e
C. 0xfc
D. 0xff

查看答案
更多问题

下列程序中,运行后x的值为()void main(){int a=12, b=23,c=5,d=12;x=(a>b)&&(c>d);}

A. 0
B. 1
C. 12
D. 5

下列程序中,运行后x的值为()void main(){int a=12, b=23,c=5,d=12;x=(a>b)&&(a==d);}

A. 0
B. 1
C. 12
D. 23

下列程序中,运行后x的值为()void main(){int a=12, b=23,c=5,d=12;x=!(a>b);}

A. 0
B. 1
C. 12
D. 23

绘制物体的可见轮廓时,应使用的图线是:

A. 粗实线
B. 细实线
C. 细点画线
D. 细虚线

答案查题题库