【单选题】【消耗次数:1】
There are twelve [填空] in a year.
month
months
monthes
months
参考答案:
复制
纠错
相关题目
【单选题】 700,000 new cars[填空] in India in the last twelve months.
①  have been sold
②  sold
③  sell
④  have sold
【单选题】 There are twelve [填空] in a year.
①  month
②  months
③  monthes
④  month's
【判断题】 The voyage from England to Italy used to take six months.
①  正确
②  错误
【单选题】 Credit cards make it possible to ( ) payment over weeks or months.
①  spread
②  spread out
③  spread from
④  spread outwards
【单选题】 Evidence came up ____ specific sounds are recognized by babies as young as six months old.
①  what
②  that
③  which
④  whose
【单选题】 Evidence came up _____ specific sounds are recognized by babies as young as 6 months old.
①  what
②  that
③  which
④  why
【单选题】 Mary Kingsley____________ twenty months between 1893 and 1895 exploring West Africa.
①  spend
②  spends
③  spended
④  spent
【单选题】 The new apartment built a few months ago is large enough to _____ over two hundred people.
①  contain
②  provide
③  reside
④  accommodate
【单选题】 3.In the few months of the war his army seemed ______ , but soon it met its Waterloo.
①  strong
②  . vincible
③  invincible
④  popular
【判断题】 In dates, a comma is used to separate the day and the year if the order is day—month—year.
①  正确
②  错误
随机题目
【单选题】 一个指针指向一个数据对象,它保存着该数据对象的地址,若数据对象为DataType类型,则该指针的类型为( )。
①  DataType*
②  DataType
③  DataType
④  DataType**
【单选题】 带有随机函数的表达式rand()%20的值在( )区间内。
①  1~19
②  1~20
③  0~19
④  0~20
【单选题】 在函数体中又调用自身函数则称为( )调用。
①  非递归
②  直接递归
③  间接递归
④  末尾递归
【单选题】 在下面的( )函数声明语句存在语法错误。
①  AA(int a,int b);
②  AA(int,int)
③  AA(int a;int b)
④  AA(int a,int)
【单选题】 要把一个整形指针p转换为字符指针,则采用的强制转换表达式为( )。
①  (int*)p
②  (int)*p
③  (char*)p
④  (char)*p
【单选题】 假定一条定义语句为“int a[10],x,*pa=a;”,若要把数组a中下标为3的元素赋值给x,则不正确的语句为( )。
①  x=pa[3];
②  x=*(a+3);
③  x=a[3];
④  x=*pa+3;
【单选题】 假定p所指对象的值为25,p+1所指对象的值为42,则*p++的值为( )。
①  25
②  42
③  26
④  43
【单选题】 若需要把一个字符串aaa赋值到字符数组a中,则需要进行( )的函数调用实现。
①  strlen
②  strcmp
③  strcat
④  strcpy
【单选题】 假定p是一个指向float型数据的指针,则p+1所指数据的地址比p所指数据的地址大( )字节。
①  1
②  2
③  4
④  8
【单选题】 在每个C语言程序中都必须包含有这样一个函数,该函数的函数名为( )。
①  main
②  MAIN
③  name
④  Funtion