【单选题】【消耗次数:1】
By the end of last month, she _____ over five hundred letters of congratulation from different parts of the world.
would received
has received
had received
receive
参考答案:
复制
纠错
相关题目
【单选题】 By the end of last month, she ____ over five hundred letters of congratulation from different parts of the world.
①  would received
②  has received
③  had received
④  receive
【单选题】 20. He has received many presents from admirers, from the_____ to the valueless..
①  precious
②  expensive
③  priceless
④  cheap
【单选题】 It wasn’t until nearly a month later ___ I received the manager’s reply.
①  since
②  when
③  as
④  that
【单选题】 It’s quite different from _____ I read last month.
①  that
②  which
③  the one
④  the one what
【单选题】 Frank almost never received any education, ____?
①  would he
②  did he
③  didn’t he
④  wouldn’t he
【单选题】 A: I havent received the book which I ordered from you last Saturday. B: Please tell me the serial number on your order sheet. [填空].
①  You wont regret
②  Trust me
③  Ill run a check for you
④  I promise
【单选题】 ____ these honors he received a sum of money.
①  Except
②  But
③  Besides
④  Outside
【单选题】 _______ these honours he received a sum of money.
①  Besides
②  Outside
③  But
④  Except
【判断题】 By?the end of last month, he?had learned?three thousand new words.
①  正确
②  错误
【单选题】 The speaker, _______ for her splendid speeches, was warmly received by the audience.
①  having known
②  being known
③  knowing
④  known
随机题目
【简答题】 如果有一个变量专门用来存放另一变量的地址,则它称为[填空1]。
【简答题】 int a[10]={0,1,2,3,4,5,6,7,8,9};int *p;int i;p=a;printf(%d\n,*p++);printf(%d\n,*++p);程序输出结果为[填空1]和[填空2]。
【简答题】 #include stdio.hint main(){char string[]=I love China! printf(%s\n,string); printf(%c\n,string[7]); return 0;}以上程序运行结果为[填空1]。
【简答题】 若有p=*p=1,则a的值是[填空1]。
【简答题】 #include stdio.hint main(){void swap(int *p1,int *p2);int a,b;int*pointer_1,*pointer_2;printf(please enter a and b:scanf(%d,%d,a,pointer_1=pointer_2=if(ab) swap(pointer_1,pointer_2);printf(%d,%d\n,a,b);return 0;} void swap(int *p1,int *p2){int * temp;temp=p1;p1=p2;p2=temp;}若输入5,9,则输出为[填空1]。
【判断题】 可以用下标法引用一个数组元素,也可以用指针法引用一个数组元素。
①  正确
②  错误
【判断题】 一个变量的指针的含义包括两个方面,一是以存储单元编号表示的纯地址,一是它指向的存储单元的数据类型。
①  正确
②  错误
【判断题】 若有int a[10]; p= 则p-1的值是数组a第1个元素的地址。
①  正确
②  错误
【判断题】 指向整型数据的指针类型表示为“int *”,读作“指向int的指针”或简称“int指针”。
①  正确
②  错误
【判断题】 实参数组名代表一个固定的地址,或者说是指针常量,但形参数组名并不是一个固定的地址,而是按指针变量处理。
①  正确
②  错误