• 2022-06-17 问题

    根据下面的定义,能输出字母'P'的语句是( )。struct worker{char name[18]; int age;};struct worker w[100]={"John",16,"Paul",17,"Mary",16 }; A: printf("%c",w[2].name[1]); B: printf("%c",w[1].name[0]); C: printf("%c",w[1].name); D: printf("%c",w[2].name[0]);

    根据下面的定义,能输出字母'P'的语句是( )。struct worker{char name[18]; int age;};struct worker w[100]={"John",16,"Paul",17,"Mary",16 }; A: printf("%c",w[2].name[1]); B: printf("%c",w[1].name[0]); C: printf("%c",w[1].name); D: printf("%c",w[2].name[0]);

  • 2022-06-17 问题

    根据下面的定义,能输出字符串'Mary'的语句是( )。struct worker{char name[18]; int age;};struct worker w[100]={"John",16,"Paul",17,"Mary",17 }; A: printf("%s",w[1].name); B: printf("%s",w[2].name); C: printf("%s",w[1]); D: printf("%s",w[2]);

    根据下面的定义,能输出字符串'Mary'的语句是( )。struct worker{char name[18]; int age;};struct worker w[100]={"John",16,"Paul",17,"Mary",17 }; A: printf("%s",w[1].name); B: printf("%s",w[2].name); C: printf("%s",w[1]); D: printf("%s",w[2]);

  • 2021-04-14 问题

    有定义语句struct man{ char name[10]; int age; float x;} w;则sizeof(int)的值为 ,sizeof(struct man)的值为 ,sizeof(w)的值为

    有定义语句struct man{ char name[10]; int age; float x;} w;则sizeof(int)的值为 ,sizeof(struct man)的值为 ,sizeof(w)的值为

  • 2021-04-14 问题

    【单选题】The order of English name and Chinese Name. A. Chinese name: family name + given name English name: given name+ middle name + last name B. Chinese name: given name+ middle name + last name English name: family name + given name

    【单选题】The order of English name and Chinese Name. A. Chinese name: family name + given name English name: given name+ middle name + last name B. Chinese name: given name+ middle name + last name English name: family name + given name

  • 2022-06-03 问题

    html语言中创建一个位于文档内部的锚点的语句是 A: <;name=“NAME” B: <;name=“NAME”>;<;/name>; C: <;a name=“NAME”>;<;/a>; D: <;a name=“ E: NAME“>;<;/a>;

    html语言中创建一个位于文档内部的锚点的语句是 A: <;name=“NAME” B: <;name=“NAME”>;<;/name>; C: <;a name=“NAME”>;<;/a>; D: <;a name=“ E: NAME“>;<;/a>;

  • 2021-04-14 问题

    3.In China,the________ is behind________ A. first name ;last name B. last name; family name C. family name; first name D. last name; first name

    3.In China,the________ is behind________ A. first name ;last name B. last name; family name C. family name; first name D. last name; first name

  • 2022-06-07 问题

    What is the order of the family name and the given name in China? A: the family name before the given name B: the given name before the family name

    What is the order of the family name and the given name in China? A: the family name before the given name B: the given name before the family name

  • 2022-06-03 问题

    下列哪种表达可以显示$name的值() A: {$name} B: {{$name}} C: {{{$name}}} D: {!$name!}

    下列哪种表达可以显示$name的值() A: {$name} B: {{$name}} C: {{{$name}}} D: {!$name!}

  • 2022-10-26 问题

    Python中类的定义正确的是 A: class Phone: name = "" call(self, name) print(name, "打电话") B: class Phone: name = "" call(self, name) print(name, "打电话") C: class Phone: name = "" def call(self, name): print(name, "打电话") D: class Phone name = "" def call(self, name): print(name, "打电话")

    Python中类的定义正确的是 A: class Phone: name = "" call(self, name) print(name, "打电话") B: class Phone: name = "" call(self, name) print(name, "打电话") C: class Phone: name = "" def call(self, name): print(name, "打电话") D: class Phone name = "" def call(self, name): print(name, "打电话")

  • 2022-06-03 问题

    They did it all ______ friendship. A: by the name of B: of the name of C: under the name of D: in the name of

    They did it all ______ friendship. A: by the name of B: of the name of C: under the name of D: in the name of

  • 1 2 3 4 5 6 7 8 9 10