【单选题】【消耗次数:1】
已知 int x=30,y=50,z=80;以下语句执行后变量x、y、z的值分别为:。if (xy||xz)z=x; x=y; y=z;
x=50, y=80, z=80
x=80, y=30, z=50
x=30, y=50, z=80
x=50, y=30, z=30
参考答案:
复制
纠错
相关题目
【单选题】 已知if (xy||xz);z=x; x=y; y=z;int x=30,y=50,z=80;语句执行后变量x、y、z的值分别为:。
①  x=50, y=80, z=80
②  x=50, y=30, z=30
③  x=30, y=50, z=80
④  x=80, y=30, z=50
【单选题】 已知 int x=30,y=50,z=80;以下语句执行后变量x、y、z的值分别为:。if (xy||xz)z=x; x=y; y=z;
①  x=50, y=80, z=80
②  x=50, y=30, z=30
③  x=30, y=50, z=80
④  x=80, y=30, z=50
【单选题】 若已定义int x=-16,y=-12,z;语句z=x<=y;运行后z的值为()。
①  t
②  1
③  f
④  0
【单选题】 已知x=45,y'=a',z=0;则表达式(x>=z&&y'<z'||!y)的值是()。
①  0
②  语法错
③  1
④ 
【判断题】 公式“x$y(F(x, y) ù G(y, z)) ú $xH(x, y, z)”中的全称量词x的辖域为:$y(F(x, y) ù G(y, z)) 。
①  正确
②  错误
【单选题】 若w,x,y,z,m均为int型变量,则执行下面语句后的m值是:w=1;x=2;y=3;z=4;m=w<y)?w:x;m=m<y)?m:y;m=m<z)?m:Z;
①  1
②  2
③  3
④  4
【单选题】 下面程序的输出结果是() main( ) {int x=40,y=4,z=4; x=y==z; printf(%d,x); x=x==(y-z); printf(%d,x); }
①  40
②  41
③  11
④  10
【单选题】 有如下程序段,从键盘输入数据的正确形式应是( )。(注:?代表空格) int x,y,z; scanf(x=%d,y=%d,z=%d,x,y,
①  123
②  x=1, y=2, z=3
③  1, 2, 3
④  x=1?y=2?z=3
【单选题】 若w=1,x=2,y=3,z=4,则表达式w<x?w:y<z?y:z的值是()
①  4
②  3
③  2
④  1
【简答题】 分析下面程序main(){ int x=2,y,z;x*=3+2;printf(%d\nx*=y=z=4;printf(%d\nx=y=1;z=x++-1;printf(%d,%d\n,x,z);z+=-x++ +(++y);printf(%d,%d,x,z); }程序的输出结果是[填空1]。
随机题目
【单选题】 The lady _____________ you met in my office is going to give us a report this afternoon.
①  whom
②  what
【单选题】 He didn’t have the book ____________ I wanted.
①  what
②  \
【单选题】 I will never forget the place __________ I first met my husband.
①  where
②  which
【单选题】 _______ it rains or not, I will go for shopping this afternoon.
①  If
②  Whether
③  When
④  Since
【单选题】 Mary is one of the best friend _____________ I have ever had.
①  that
②  whom
【单选题】 I don’t know what _______ to comfort her.
①  saying
②  to say
【单选题】 Don’t forget ______ some money with you.
①  bringing
②  to bring
【单选题】 The other day I met a girl ___________ beauty took my breath away.
①  whose
②  which
【单选题】 Everybody knows the truth __________ the earth goes around the sun.
①  which
②  that
【单选题】 The policeman offered the little boy something ____ .
①  for eat
②  to eat
③  eat
④  to eating