更多“Many foreigners ( ) the Great Wall as the World's 7th Wonder. ”相关问题
  • 第1题:

    设有定义:Strings=“World”;,下列语句错误的是( )。

    A、intm=s.indexOf(‘r’);

    B、charc=s.charAt(0);

    C、intn=s.length();

    D、Stringstr=s.append(‘2’);


    正确答案:D

  • 第2题:

    若串s=“World”,其子串的个数是()。

    A.5

    B.6

    C.15

    D.16


    28

  • 第3题:

    35、以下程序的运行结果是___________。 void print(char *s){ printf("%s", s); } int main(){ char *p, *q; char str[]="Hello, World\n"; q=p=str; p++; printf(q); printf(p); return 0; }

    A.H e

    B.Hello, World ello, World

    C.Hello, World Hello, World

    D.ello, World llo, World


    x=3

  • 第4题:

    Examine the following options, Multicasting supports applications that communicate.()

    A. many - to - one

    B. one - to - one

    C. one - to - many

    D. many - to - many


    参考答案:C

  • 第5题:

    【填空题】已知x='great'和y='wall',那么表达式x+y的值为()


    [18, 19]

  • 第6题:

    2、若串s1=“hello”,s2=“ world”,那么执行 strlen(strcat(s1,s2))后的结果是()。

    A.0

    B.10

    C.11

    D.不确定


    11