【单选题】【消耗次数:1】
18.He held a sword in one hand and a pistol in_____.
another
other
others
the other
参考答案:
复制
纠错
相关题目
【判断题】 On the one hand, I want to sell the house, but on other hand I can’t? bear the thought of moving.
①  正确
②  错误
【单选题】 If one ()  by vanity, he will be very particular about other’s clothing and appearance.
①  overcomes
②  is overcome
③  overcame
④  has been overcame
【单选题】 18.He told me he saw it , but _____fact he wasn’t really there.
①  in point of
②  at point of
③  about point of
④  from point of
【单选题】 22. The two old sisters,_______ so long,held each other and burst into tears.
①  beingseparated
②  havingbeenseparated
③  havingsepartated
④  hadbeensepartated
【单选题】 25.I prefer this chair to the other one. It’s ___________ .
①  comfortable
②  more comfortable
【单选题】 He moved to Ohio in 2005 where, ( )other things, he worked as a journalist.
①  awhile
②  amid
③  await
④  among
【单选题】 If they ___ to do this work, he might do it some other way.
①  were
②  should
③  will
④  can
【单选题】 If they______to do this work,he might do it some other way.
①  were
②  should
③  will
④  can
【单选题】 1. If they ______ to do this work, he might do it some other way.
①  were
②  should
③  will
④  can
【单选题】 One-room schoolhouses can still be found in ___ areas where there are no other schools for many miles.
①  disposed
②  deserted
③  isolated
④  abandoned
随机题目
【单选题】 下面不正确的字符串常量是( )。
①  ‘abc’
②  1212
③  0
【单选题】 下列可以正确表示字符型常量的是( ) 。
①  a
②  ‘\t’
③  \n
④  297
【单选题】 以下程序段的输出结果是( )。 int a=12345; printf(%2d\n, a);
①  12
②  34
③  12345
④  提示出错、无结果
【单选题】 假设所有变量均为整型,则表达式(x=2, y=5,y++, x+y)的值是( )。
①  7
②  8
③  6
④  2
【单选题】 下面四个选项中,均是合法整型常量的选项是( )。
①  160 -oxffff 011
②  -Oxcdf 01a 0xe
③  -01 986,012 0668
④  -Ox48a 2e5 0x
【单选题】 若x,i,j,k都是int型变量,则执行下面表达式x=(i=4,j=16,k=32)后x的值为( )。
①  4
②  16
③  32
④  52
【单选题】 C语言的标识符只能由字符、数字和下划线三种字符组成,且第一个字符( )。
①  必须为字母
②  必须为下划线
③  必须为字母或下划线
④  可以使字母、数字和下划线中任一中字符
【单选题】 若有定义:int m=7;float x=2.5, y=4.7;则表达式x+m%3*(int)(x+y)%2/4的值是( )。
①  2.500000
②  2.750000
③  3.500000
④  0.000000
【单选题】 表达式13/3*sqrt(16.0)/8的数据类型是 ( )。
①  int
②  float
③  double
④  不确定
【单选题】 在C语言中,要求运算数必须是整型的运算符是( )。
①  /
②  ++
③  !=
④  %