网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
I prefer _________ a book to _________ a movie.

A.reading ...to watch

B.to read ...watching

C.to read ...watch

D.reading ...watching


参考答案

更多 “ I prefer _________ a book to _________ a movie. A.reading ...to watchB.to read ...watchingC.to read ...watchD.reading ...watching ” 相关考题
考题 程序 include void main() { char str[][10]={ ”ok!”,“pen”,”book”,”desk”}; int i; for(i=1;i A.ok! penB.pen bookC.ok! pen bookD.ok! pen book desk

考题 下面程序的功能是:对字符串从小到大进行排序并输出,请填空。#include "string.h"#include "stdio.h"sort(char *a[],int n){ int i,j;char *p;for(j=1;j=n-1;j++)for(i=0; 【15】 ;i++)if( 【16】 0){ p=a[i];a[i]=a[i+1];a[i+1]=p;}}main(){ int i;char *book[]={"itisme","itisyou","howareyou","fine","goodnight","goodbye"};sort( 【17】 );for(i=0;i6;i++)printf("%s\n",book[i]);}

考题 假定有“structBOOK{chartitle[40];floatprice;};BOOK*book;”,则正确的语句为()。A、BOOK*x=newbook;B、BOOKx={"C++Programming",27.0};C、BOOK*x=newBOOK;D、BOOK*x=book;

考题 We don’t know all the circumstances, so it would be pointless to ____ on what happened A、inferB、speculateC、guessD、prefer

考题 假定有“structBOOK{chartitle[40]floatprice}book”,则正确的语句为( )。 A.BOOK&x=&bookB.BOOK&x=bookC.BOOK&x=newBOOKD.BOOK&x=BOOK

考题 These animals migrate south annually in search of food.A:.travelB: exploreC: inhabitD: prefer

考题 These animals migrate south annually in search of food.A:explore B:inhabit C:prefer. D:travel

考题 How quickly they accomplish this transfer depends not only on how soon the ants agree on the best available site but also on how quickly they can _____there.A.stay B.migrate C.choose D.prefer

考题 These animals migrate south annually in search of food.A:exploreB:travelC:inhabitD:prefer

考题 29、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { strcat(books[i],"book"); } printf("%s",books[i-1][3]); return 0; }A.PhysicalbookB.sicalC.PhysicalD.sicalbook