His answer was so confused that I could hardly make any ________ of it at all.A:senseB:meaningC:intelligibilityD:interpretation

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

A:sense

B:meaning

C:intelligibility

D: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.capabilityB.sightC.knowledgeD.sense

I__________have been there,but I__________not find the time.A.should;wouldB.should;couldC.might;couldD.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);