【单选题】【消耗次数:1】
It is a(n) ____ attitude to take towards life.
absurd
silly
stupid
authentic
参考答案:
复制
纠错
相关题目
【单选题】 In Grandmother said Dad was a devoted son all his life, the writers attitude is [].
①  positive
②  negative
【单选题】 For college students, to take part in student union and other clubs and societies will exert a ( ) influence on their personality and life.
①  profound
②  found
③  profoundly
④  profoundity
【单选题】 It is a waste of time ____with such a silly fellow.
①  trying to reason
②  tried to reason
③  for trying to reason
④  to trying reasoning
【单选题】 The cruelty of the Germans towards the Jews and ______ of the Japanese towards their prisoners, filled _____ with horror.
①  those; someone
②  that; everyone
③  no one
④  this; anyone
【多选题】 Usually, employersbelievethemostvaluablememberisthepersonwhohasthe“cando”attitude.<br/>
【单选题】 Keep a __________attitude and good things will happen.
①  negative
②  positive
③  post
【单选题】 In Gloria was tall and slender. the writers attitude is [].
①  positive
②  negative
【单选题】 How stupid I have been! Why _______ I do that before?
①  don’t
②  didn’t
③  not
【单选题】 In Jerry nagged at me to walk the dog, the writers attitude is []
①  positive
②  negative
【单选题】 17.She is stupid, but it’s different _____ Mary; she is just lazy.
①  in case
②  in case of
③  in case that
④  in the case of
随机题目
【单选题】 以下叙述正确的是(   )
①  宏名必须用大写的英文字母表示
②  宏定义不仅是符号替换,也可以赋值
③  宏替换是在程序编译时完成的,不占用程序运行时间
④  引用带参数的宏时,实际参数与宏定义中的形式参数类型应一致
【单选题】 若有定义:intb=-15;则()为正确的赋值表达式。
①  b+=b*3
②  b=*5
③  *b=6
④  b+10=-5
【单选题】 一个结构体变量占用的内存大小是()。
①  占内存容量最大的成员所需容量
②  各成员所需内存容量之和
③  第一个成员所需内存容量
④  最后一个成员所需内存容量
【单选题】 若有下面定义,对结构体变量成员不正确引用的语句是()。structpup{charname[20];intage;intsex;}p[3],*q;q=p;
①  scanf("%s",p[0].name);
②  scanf("%d",q
③  -scanf("%d",(q
④  -scanf("%d",p[0].age);
【单选题】 下面叙述正确的是()。
①  程序中必须包含有输入语句
②  变量按所定义的类型存放数据
③ 
④  每行只能写一条语句
【单选题】 若已定义intarr[10];则不能正确引用arr数组元素的是()。
①  arr[0]
②  arr[1]
③  arr[10-1]
④  arr[7+3]
【单选题】 下面叙述正确的是()
①  每行最多只能写两条语句
②  程序中必需含有自定义函数
【单选题】 main()函数的位置()。
①  必须在自定义函数前面
②  可以在自定义函数后面
③  必须位于程序的最前面
④  必须在自定义函数后面
【单选题】
①  4
②  3
③  6
④  5
【单选题】 当顺利执行了文件关闭操作时,fclose函数的返回值是()。
①  1
②  0
③  -1
④  一个非0值