更多“–What day is tomorrow? –Today is Tuesday. So it’s________. ”相关问题
  • 第1题:

    - ()- Today’s rate is listed on the board here.

    A、What’s the exchange rate today

    B、What kind of currency do you want to exchange for

    C、What’s the amount you’d like to exchange


    参考答案:A

  • 第2题:

    下列程序的运行结果为()。includemain(){struct date {int year,month,day; }today; pr

    下列程序的运行结果为( )。 #include<stdio.h> main() { struct date {int year,month,day; }today; printf("%d\n",sizeof(struct date)); }

    A.8

    B.6

    C.10

    D.12


    正确答案:B
    解析:解答本题需要注意两个知识点;①结构体变量的长度是其内部成员长度的总和,本题中,structdate中包含year、month、day这3个整型变量,一个整型变量占2个字节:②sizeof是求所占字节数的运算符。

  • 第3题:

    Today, we will begin____________we stopped yeaterday so that no will be left out.

    A.when B.where

    C.how D.what


    正确答案:B

  • 第4题:

    下列程序的运行结果为()。include main(){stmct date {int year,month,day; }today; pr

    下列程序的运行结果为( )。 #include <stdio.h> main() { stmct date {int year,month,day; }today; printf("%d\n",sizeof(struct date)); }

    A.8

    B.6

    C.10

    D.12


    正确答案:B
    解析:解答本题需要注意两个知识点:①结构体变量的长度是其内部成员长度的总和,本题中,stmct date中包含year、month、day这3个整型变量,一个整型变量占2个字节:②sizeof是求所占字节数的运算符。

  • 第5题:

    以下程序的运行结果是()。includemain(){st,uct date {int year,month,day;}today; pri

    以下程序的运行结果是( )。 #include <stdio.h> main() { st,uct date {int year,month,day;}today; printf("%d\n",sizeof(struct date)); }

    A.6

    B.8

    C.10

    D.12


    正确答案:A
    解析:结构体变量的长度是其内部成员总长度之和,在本题中,structdate中包含year,month,day三个整型变量。通常一个整型变量占2个字节,因此,用sizeof求得该结构体变量的长度为6个字节。

  • 第6题:

    Today ,we will begin ________we stopped yesterday so that no point will be left out.

    A.when

    B. where

    C. how

    D.what


    正确答案:B