【单选题】【消耗次数:1】
He left in such a hurry that I _______ had time to thank him.
almost
even
hardly
nearly
参考答案:
复制
纠错
相关题目
【单选题】 He _______ driving me home, even though I told him I lived nearby.
①  insisted on
②  insisted at
③  insisted that
④  insisted in
【单选题】 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
【单选题】 Hardly had the train arrived at the destination when the passengers ________ out in no time.
①  flew
②  dropped
③  flooded
④  ran
【单选题】 If I had had enough time, I __________ it well.
①  would do
②  would have done
【单选题】 Lucy,who did not even go to grade school, had no ________of a job at the time.
①  interview
②  pressure
③  prospect
④  application
【单选题】 Peter could hardly catch what I said, _____ he?
①  could
②  couldn’ t
③  did
④  didn’ t
【单选题】 Thank you for your time. I’m looking forward to ______.
①  you reply
②  your reply
③  you answer
④  you to answer
【单选题】 ____ little earlier this morning! I missed the school bus by only a minute and had to wait in the cold for nearly an hour!
①  If I had got up
②  If only I get up
③  If only I had got up
④  If I got up
【单选题】 He didn’t keep on asking me the time any longer as he had had his watch ____.?
①  repaired ?
②  to repair ?
③  repairing ?
④  repair?
【单选题】 Every time I _________ there, I will buy him something nice.
①  went
②  will go
③  go
④  have gone
随机题目
【单选题】 C语言中系统函数fopen()是( )一个数据文件的函数。
①  读取
②  写入
③  关闭
④  打开
【单选题】 向一个二进制文件写入信息的函数fwrite()带有( )参数。
①  1
②  2
③  3
④  4
【单选题】 标准输入设备的文件流标识符是( )。
①  stdin
②  stdout
③  stderr
④  stdio
【单选题】 从一个数据文件中读入以换行符结束的一行字符串的函数为( )。
①  gets()
②  fgets()
③  getc()
④  fgetc()
【单选题】 下面的标识符中,( )具有全局级作用域。
①  函数形参
②  全局变量
③  内部静态类标识符
④  自动变量符
【单选题】 下面的标识符中,( )是文件级作用域。
①  函数形参
②  语句标号
③  外部静态类标识符
④  自动类标识符
【单选题】 假定一个链表的表头指针为f,结点结构为(data,next),则向该链表的表头插入一个由p所指向的结点时,应执行的操作为p->next=f和( )。
①  p=f->next
②  f=p->next
③  f=p
④  f->next=p
【单选题】 假定一个函数的参数说明为const int* a,则在函数体中执行( )操作非法。
①  printf(“%d”,*a)
②  a==NULL
③  *a=20
④  a=NULL
【单选题】 要把一个整形指针p转换为字符指针,则采用的强制转换表达式为( )。
①  (int*)p
②  (int)*p
③  (char*)p
④  (char)*p
【单选题】 假定p是一个指向float型数据的指针,则p+1所指数据的地址比p所指数据的地址大( )字节。
①  1
②  2
③  4
④  8