64. Which is true according to (根据)the passage?A. The “Olympic Mathematics” is too difficult for kids.B. The grandfather thinks playing is more important than learning.C. Teachers often give students useless homework.D. The parents don’t want their kids t

题目

64. Which is true according to (根据)the passage?

A. The “Olympic Mathematics” is too difficult for kids.

B. The grandfather thinks playing is more important than learning.

C. Teachers often give students useless homework.

D. The parents don’t want their kids to do lots of homework.


相似考题
更多“64. Which is true according to (根据)the passage?A.The “Olympic Mathematics” is too di ”相关问题
  • 第1题:

    下列语句组中,正确的是( )。

    A.char*s;s=”Olympic”;

    B.char s[7];s=”Olympic”;

    C.char*s;s={¨Olympic”};

    D.char s[7];s={"Olympic”};


    正确答案:A
    字符型指针变量可以用选项A的赋值方法:char$s;s=”Olympic”,选项C的写法:char$s。s={¨Olympic”};是错误的。字符数组可以在定义的时候初始化:chars[]={¨Olympic”};?或者chars[]=”Olympic”,都是正确的。但是不可以在定义字符数组后,对数组名赋值。(数组名是常量,代表数组首地址)所以选项8和选项D都是错误的。对于本例,选项B、D中字符数组s的大小至少为8,才能存放下字符串。(字符串的末尾都有结束标识‘、0’)。

  • 第2题:

    The report listed as new basics()

    AEnglish,mathematics,computer,social studies

    Bscience,mathematics,social studies,foreign language

    CEnglish,science,social studies,mathematics,computer

    DEnglish,science,computer,social studies


    C

  • 第3题:

    54、下列语句组中,正确的是()。

    A.char *s;s="Olympic";

    B.char s[7];s="Olympic";

    C.char *s;s={"Olympic"};

    D.char s[7];s={"Olympic"};


    D 解析:C语言不允许通过赋值语句给字符数组赋值,故选项A),C)不正确,而“{}”是在定义变量的同时对变量进行初始化时使用,在赋值时不能使用。

  • 第4题:

    下列语句组中,不正确的是( )。

    A)char*s;s-"Olympic";

    B)char s口="Olympic";

    C)char*s;s={"Olympic"};

    D)char s口={"Olympic"};


    正确答案:C

  • 第5题:

    如果想在“必应”搜索引擎里查找Olympic方面的课件,需要在搜索栏中输入以下哪个选项的内容?

    A.filetype:ppt “Olympic”

    B.filetype:ppt“Olympic”

    C.pptfile: “Olympic”

    D.fileppt: type “Olympic”


    A