【单选题】【消耗次数:1】
I __________ an interesting news item in yesterday’s Times.
came across
came up
came to
came over
参考答案:
复制
纠错
相关题目
【单选题】 It was in the school library ____ I came across John.
①  that
②  which
③  where
④  how
【单选题】 The manager came over and asked the customer how ___.
①  did the quarrel came about
②  the quarrel had come about
③  had the quarrel come about
④  had the quarrel come about
【单选题】 The news came _____ we won the first prize in the competition.
①  that
②  which
③  whether
④  how
【单选题】 The news came _____ we won the first prize in the competition.
①  that
②  which
③  whether
④  how
【单选题】 My friend_______when I came in.
①  drank
②  drink
③  was drinking
【单选题】 The question came up at the meeting ___ we had enough money for our research.
①  that
②  which
③  whether
④  if
【判断题】 Mr. Li came across an old friend yesterday. They were both surprised.划线部分应该翻译成“登门拜访”
①  正确
②  错误
【单选题】 Evidence came up ____ specific sounds are recognized by babies as young as six months old.
①  what
②  that
③  which
④  whose
【单选题】 Evidence came up _____ specific sounds are recognized by babies as young as 6 months old.
①  what
②  that
③  which
④  why
【判断题】 请判断下句是否语法正确。She came run back to tell us the news.
①  正确
②  错误
随机题目
【简答题】 把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]访问。
【简答题】 如果有一个变量专门用来存放另一变量的地址,则它称为[填空1]。