(A)mind
(B) idea
(C) perspective
(D) opinion
第1题:
She is said ________ a new book about Chinese history.
A、to write
B、to have written
C、writing
D、written
第2题:
A.BOOK&x=&book
B.BOOK&x=book
C.BOOK&x=newBOOK
D.BOOK&x=BOOK
第3题:
The pilot motor launches are ______ blue,with the PILOT in white.
A.furnished
B.painted
C.prepared
D.written
第4题:
Before a bank issues a bond for the exporter, the issuer and the applicant should have some kind of agreement in ______ form.
A.verbal
B.written.
C.bond
D.L/C
第5题:
A.BOOK*x=newbook
B.BOOKx={"C++Programming", 27.0}
C.BOOK*x=newBOOK
D.BOOK*x=book
第6题:
假定有“struct BOOK{char title[40]; float price;} book;”,则正确的语句为()。
Astruct BOOK x= &book;
Bstruct BOOK *x=&book;
Cstruct BOOK x=calloc(BOOK);
Dstruct BOOK *x=BOOK;