The book mentioned in this passage is written for readers who_________.
A. are intelligent college students and lay person who do not know much about science.
B. are good at producing various gadgets.
C. work in a storehouse of dried facts.
D. want to have a superficial understanding of science.
第1题:
假定有“structBOOK{chartitle[40];floatprice;};BOOK*book;”,则正确的语句为()。
A、BOOK*x=newbook;
B、BOOKx={"C++Programming",27.0};
C、BOOK*x=newBOOK;
D、BOOK*x=book;
第2题:
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
第3题:
The pilot motor launches are ______ blue,with the PILOT in white.
A.furnished
B.painted
C.prepared
D.written
第4题:
She is said ________ a new book about Chinese history.
A、to write
B、to have written
C、writing
D、written
第5题:
A.BOOK&x=&book
B.BOOK&x=book
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;