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

题目内容 (请给出正确答案)

His answer was so confused that I could hardly make any ________ of it at all.

A:sense

B:meaning

C:intelligibility

D:interpretation


参考答案

更多 “ His answer was so confused that I could hardly make any ________ of it at all.A:senseB:meaningC:intelligibilityD:interpretation ” 相关考题
考题 31. --- Can you come on Monday or Tuesday?---I’m afraid _______ day is possible.A. neitherB. either C. some D. any

考题 54_______A. satisfiedB. movedC. embarrassedD. confused

考题 I ()have been here, but I()not find the time.A. could; couldB. might; couldC. should; couldD. should; would

考题 You must follow the directions exactly and if you become _____, you must take the time to go back again and reread them.A. to confuseB. confusingC. confuseD. confused

考题 —I'd met Smith several times before.—So (have) ( ) I.

考题 It was raining outside, I ( ) one umbrella and walked out.A.picked upB.take upC.haveD.make

考题 I′d rather marry a man who had a(n)__________of humour than one who was very attractive.A.capability B.sight C.knowledge D.sense

考题 I__________have been there,but I__________not find the time.A.should;would B.should;could C.might;could D.could;could

考题 I’ll work( )because I don’t want to let him down. A.hard B.hardest C.harder D.hardly

考题 下列对枚举类型的使用的代码中错误的是()。A.enum {no, yes, none}answer; if (answer == yes) { printf("Yesn"); }B.enum response{no = -1, yes = 1, none = 0}; enum response answer;C.answer = yes; printf("%d", answer);D.answer = "yes"; printf("%s", answer);