【单选题】【消耗次数:1】
If he had worked harder, he ___.
would succeed
had succeeded
should succeed
would have succeeded
参考答案:
复制
纠错
相关题目
【单选题】 Had he worked hard, he _____ the exams.
①  must have got through
②  would have got through
③  would get through
④  could get through
【单选题】 3. He had to ______ his past actions when he retired, or he would be punished.
①  consider
②  account for
③  think
④  popular
【单选题】 If he_____the storekeepers scissors,he would have forgotten to buy a pair.
①  would not see
②  had not seen
③  having not seen
④  has not seen
【单选题】 After the student was praised for what he had done, he said:“ I______ even better under harder conditions. ”
①  had done
②  did
③  would have done
④  would do
【判断题】 Before he began to study in the university, he had worked in a company for three years.
①  正确
②  错误
【单选题】 Anger and bitterness had preyed upon me continually for weeks and a deep languor had succeeded this passionate struggle.
①  [A]几个星期来,气恼和痛苦不断地袭击着我;这种感情上的折磨后,我感到浑身无力。
②  [B]几个星期来,我处在气恼和痛苦之中;遭受这种感情的折磨后,我感到浑身无力。
③  [C] 几个星期来,我又气又恨,感到非常苦恼;经历了这种感情的折磨后,我感到浑身无力。
④  [D] 几个星期来,我经受着气恼和怨恨的吞噬;这种感情过后,我感到浑身无力。
【单选题】 If I had remembered __________ the window, the thief would not have got in.
①  to close
②  closing
③  to have closed
④  having closed
【单选题】 There is no doubt ____he will succeed in his business.
①  that
②  whether
③  what
④  if
【单选题】 If a person _______ succeed, he must try his best.
①  will
②  is to
③  is going to
【单选题】 I had to complete the assignment by Friday [] otherwise, I would have failed the course.
①  comma
②  semicolon
随机题目
【多选题】 函数从传递参数的角度分为()
①  库函数
②  自定义函数
③  有参函数
④  无参函数
【多选题】 共用体常用于()
①  常用来节省内存,特别是一些嵌入式编程,内存是非常宝贵的!
②  常用来占据内存,特别是一些嵌入式编程,内存越占多越好
③  常用于操作系统数据结构或硬件数据结构!
④  以上都不对
【多选题】 下面对字符数组初始化正确的是()
①  chara[5]={a,b,c,d,e};
②  chara[3]={a,b,c,d,e};
③  chara[5]={a,b,c,d,e};
④  chara[10]={a,b,c,d,e};
【多选题】 当定义一个结构体变量时,系统为它分配内存空间,以下说法不正确的是()
①  结构中一个成员所需的内存容量
②  结构中第一个成员所需的内存容量
③  结构体中占内存容量最大者所需的容量
④  结构中各成员所需内存容量之和
【单选题】 设有 int x=11; 则表达式 (x++ * 1/3) 的值是().
①  3
②  4
③  11
④  12
【单选题】 C语言中的简单数据类型有()
①  整型、实型、逻辑型
②  整型、实型、字符型
③  整型、字符型、逻辑型
④  整型、实型、字符型、逻辑型
【单选题】 已知inta[4][4]={{1,2},{3},{4},{1,2,3}};问a[2][0]该元素的值是()
①  2
②  3
③  4
④  1
【单选题】 用C语言编写的源程序经过编译后,若没有产生编译错误,则系统将()。
①  生成可执行文件
②  生成目标文件
③  输出运行结果
④  自动保存源文件
【单选题】 排序是计算机内经常进行的一种操作,其目的是()
①  将一组无序的记录序列调整为有序的记录序列。
②  将一组有序的记录序列调整为无序的记录序列。
③  将一组交错的记录序列调整为有序的记录序列。
④  将一组交错的记录序列调整为无序的记录序列。
【单选题】 定义字符数组charclassname[100];接收从键盘输入的班级名称,下面语句正确的是()
①  scanf(%c,classname)
②  scanf(%s,classname);
③  Scanf(%c,classname);
④  Scanf(%s,classname);