【单选题】【消耗次数:1】
Although he did not know London well, he made his way ______ to the airport.
easy enough
enough
easily enough
enough easily
参考答案:
复制
纠错
相关题目
【单选题】 23. Realizing that he hadnt enough money and ______ to borrow from his father, he decided to sell his watch.
①  not wanted
②  not to want
③  not wanting
④  . wanting not
【单选题】 If I had had enough time, I __________ it well.
①  would do
②  would have done
【判断题】 A: Your calligraphy is beautiful. B: Well, its not good enough.
①  正确
②  错误
【单选题】 Tom has the enough courage to ( ) any challenge in his life.
①  conform
②  confront
③  criticize
④  concentrate
【单选题】 There is no enough______ on the corner to put the table
①  room
②  floor
③  space
④  place
【单选题】 Last month, the little girl _______ well enough by the neighbors while her parents were volunteering.
①  is cared for
②  was cared for
③  will be cared for
④  cares for
【单选题】 Two thousand dollars ______ enough for the car.
①  being
②  were
③  are
④  is
【单选题】 Fifteen minutes [] enough time for this exercise.
①  is
②  are
【单选题】 阅读理解:阅读下列短文,回答文后问题,选择最佳答案Robert had just moved into the street and he felt strange that he was not wanted. He knew that perhaps the other boys were trying to get an idea of what kind of a boy he was. This did not help him to make himself less lonely. He was new and he had to be tested. Still, proving himself would not be all that easy. He did not want to run with the boys or get into something against the law to prove that he was strong. No! He must show what he was made of in a more helpful way. That’s when he got the idea.The next day was Saturday. He knew that most of the boys would be down on the playground and choose up sides for the Saturday game. Robert knew he could play well and that just might be enough to prove he was strong, and to make friends with them. He arrived early and did his step exercises. He shot the ball several times and did some other exercises—the most difficult and most wonderful in basketball. Then the boys came. Robert went through what he had done before the game and showed what he could do. No one said a word. The boys just looked at each other and thought about it. In the end, when it was all over, the biggest of the group just smiled and shook his head. Robert knew he had made it.2. Why would it not be easy for Robert to prove himself?
①  Because he was not sure if he was really strong.
②  Because he was new and was not wanted in the street.
③  Because the other boys had found out what kind of a boy he was.
④  Because he must choose the best way to prove himself.
【单选题】 Hed had more than enough practice to become a(n ) ____.
①  special
②  skill
③  profession
④  expert
随机题目
【简答题】 指针类型的数据可以作为函数参数时,是将一个变量的[填空1]传递到另一个函数中。
【简答题】 把a的地址赋给指针变量p,则应写成[填空1]。
【简答题】 #include stdio.hint main(){char a[]=I love China!,b[20],*p1,*p2;p1=a;p2=b; for(;*p1!=\0p1++,p2++)*p2=*p1; *p2=\0// printf(string a is:%s\n printf(string b is:%s\n return 0;}以上程序运行结果为string b is:[填空1]。
【简答题】 #include stdio.hint main(){char a[ ]=I love China!,b[20];int i;for(i=0;*(a+i)!=\0i++)*(b+i)=*(a+i);*(b+i)=\0//printf(string a is:%s\n//printf(string b is:for(i=0;b[i]!=\0i++)printf(%c,b[i]);printf(\nreturn 0;}以上程序运行结果为[填空1]。
【简答题】 C语言中将地址形象化地称为[填空1]。
【简答题】 指针变量的值是[填空1]。
【简答题】 #include stdio.hint main(){char *string=I love China!printf(%s\n,string);return 0;}以上程序运行结果为[填空1]。
【简答题】 #includestdio.hint main(){int a[10]={0,1,2,3,4,5,6,7,8,9};int *p;p=a;printf(%d\n,*p);p++;printf(%d\n,*p);}程序输出结果为[填空1]和[填空2]。
【简答题】 [ ]在C语言中被称为[填空1]运算符。
【简答题】 直接按变量名进行的访问,称为[填空1]访问。