此题为判断题(对,错)。
第1题:
A. ask
B. asked
C. told
第2题:
The after part of a ship is called__ _ (船尾) .
A.head
B.tail
C.stern
D.quarter
第3题:
第4题:
In his composition there are ________errors _______a few misspellings.
A: no other ... than
B: some other ... than
C: more ... than
D: other ... than
第5题:
A) stated
B) remarked
C) said
D) told
第6题:
Person类可能的拷贝构造函数格式为:
A.Person(){}
B.Person(Person *p){}
C.Person(Person &p){}
D.Person(Person p){}