更多“_______, you should be well prepared for the worst.A、In no caseB、In any caseC、no some c ”相关问题
  • 第1题:

    I don't need ()mineral water, but l' d like()tea,thanks.

    A.any , any

    B.any , some

    C.some , some


    参考答案:B

  • 第2题:

    There are ______ books in your bag. But there aren’t ______ pens in it.

    A、some, some

    B、any ,some

    C、some, any

    D、any,any


    参考答案:B

  • 第3题:

    下列程序段的输出结果是【】。int n="c"; switch(n++) {default:printf("error"

    下列程序段的输出结果是【】。

    int n="c";

    switch(n++)

    {default:printf("error");break;

    case "a":

    case "A":

    case "b":

    case "B":printf("good");break;

    case "c":case"C":printf("pass");

    case "d":case"D":printf("warn");

    }


    正确答案:

    n++是在执行完其所在的语句后再加1,因此,在执行case的时候,n的值依然为'c',执行case'c'后面的语句,先打印出“pass”;在执行完case'c'后,未遇到break跳出switch,便接着执行下面的语句,又打印出warn。所以此题输出结果是passwarn。

  • 第4题:

    I don’t need _____ mineral water, but I’d like ____ tea, thanks.

    A.any, any

    B.any, some

    C.some, some


    正确答案:B.“any”常用在否定句和疑问句,而“some”常用在肯定句中。

  • 第5题:

    I don't need ( )mineral water, but I'd like ( )_tea, thanks.

    A. some,any

    B. any,any

    C. any,some


    正确答案:C

  • 第6题:

    ( )Are you sure you don‘t have_______advice to give me I really need_______.

    A.any;any
    B.some;any
    C.any;some
    D.some;some

    答案:C
    解析: