【单选题】【消耗次数:1】
It was 12 o’clock _______we got home from the party yesterday.
when
what
which
参考答案:
复制
纠错
相关题目
【单选题】 I was awfully tired when I got home from work, but a half hour nap ____ me.
①  revived
②  released
③  relieved
④  recovered
【单选题】 I was awfully tired when I got home from work, but a half hour nap _____me.
①  revived
②  released
③  relieved
④  recovered
【单选题】 And what we got to __________ is a disgrace.
①  come up with
②  catch up with
③  put up with
④  keep up with
【单选题】 —When ____ the show ____?—It begins at 7 o’clock this evening.
①  does--begin
②  will--begin
③  is--beginning
④  is--going to begin
【单选题】 The first school ______ we visited yesterday is not far from here.
①  that
②  which
③  to which
④  where
【单选题】 The lecture _______ already _______when we got to the school hall.
①  has,started
②  was,started
③  had,started
【单选题】 When we were having a party, the host _______ the bad news.
①  was telling
②  was told
③  could tell
【单选题】 When we returned, the party wasand the dance floor was crowded.
①  in full swing
②  in full view
③  in full cry
④  in full bloom
【单选题】 We traveled to Korea and arrived [填空] 7 o’clock [填空] the morning.
①  on; in
②  at; in
③  at; on
④  in; on
【单选题】 1. We traveled overnight to Paris and arrived _______ 5 o’clock ______ the morning.
①  on; in
②  at; in
③  on
④  on
随机题目
【单选题】 假定p所指对象的值为25,p+1所指对象的值为42,则执行*p++运算后,p所指对象的值为( )。
①  25
②  42
③  26
④  43
【单选题】 在一个链表中,每个结点必然存在着一个指向自身结点类型的指针域,用来保存下一个结点的( )。
①  地址
② 
③  名称
④  类型
【单选题】 一个指针指向一个数据对象,它保存着该数据对象的地址,若数据对象为DataType类型,则该指针的类型为( )。
①  DataType*
②  DataType
③  DataType
④  DataType**
【单选题】 带有随机函数的表达式rand()%20的值在( )区间内。
①  1~19
②  1~20
③  0~19
④  0~20
【单选题】 在函数体中又调用自身函数则称为( )调用。
①  非递归
②  直接递归
③  间接递归
④  末尾递归
【单选题】 在下面的( )函数声明语句存在语法错误。
①  AA(int a,int b);
②  AA(int,int)
③  AA(int a;int b)
④  AA(int a,int)
【单选题】 要把一个整形指针p转换为字符指针,则采用的强制转换表达式为( )。
①  (int*)p
②  (int)*p
③  (char*)p
④  (char)*p
【单选题】 假定一条定义语句为“int a[10],x,*pa=a;”,若要把数组a中下标为3的元素赋值给x,则不正确的语句为( )。
①  x=pa[3];
②  x=*(a+3);
③  x=a[3];
④  x=*pa+3;
【单选题】 假定p所指对象的值为25,p+1所指对象的值为42,则*p++的值为( )。
①  25
②  42
③  26
④  43
【单选题】 若需要把一个字符串aaa赋值到字符数组a中,则需要进行( )的函数调用实现。
①  strlen
②  strcmp
③  strcat
④  strcpy