A. giving off
B. giving up
C. giving in
D. giving away
第1题:
A.should have helped
B.would help
C.would have helped
D.helped
第2题:
下面程序执行后的结果是( )。 #include<iostream> using namespace std; void func1(int i); void func2(int i); char st[]="hello, friend!"; void func1(int i) { cout<<st[i]; if(i<3){i+=2;func2(i);} } void func2(int i) { cout<<st[i]; if(i<3){i+=2;func1(i);} } void main() { int i=0;func1(i);cout<<endl;}
A.ello
B.hel
C.hlo
D.him
第3题:
第4题:
A. would have seen
B. would see
C. have seen
D. saw
第5题:
He will agree to do what you require __________ him.
A) of B) from C) to D) for
选a、of
整句意思:他将会同意做你所要求他做的事。
require of (对……的要求),是固定搭配。
如:
You have done what the law requires of you. 你已经照法律所规定的一切做了。
第6题: