• 2022-06-01 问题

    执行如下代码的输出为:a = 123b = 456def fun():a = 456b = 123fun()print(a,b) A: 123 456 B: 456 123 C: 123 D: 456

    执行如下代码的输出为:a = 123b = 456def fun():a = 456b = 123fun()print(a,b) A: 123 456 B: 456 123 C: 123 D: 456

  • 2021-04-14 问题

    以下程序的运行结果是()。#includevoidfun(char*s);intmain(){staticcharstr[]="123";fun(str);return0;}voidfun(char*s){if(*s){fun(++s);printf("%s\n",--s);}}

    以下程序的运行结果是()。#includevoidfun(char*s);intmain(){staticcharstr[]="123";fun(str);return0;}voidfun(char*s){if(*s){fun(++s);printf("%s\n",--s);}}

  • 2022-05-29 问题

    多选题 A: 123 B: 123 C: 123 D: 123

    多选题 A: 123 B: 123 C: 123 D: 123

  • 2021-04-14 问题

    console.log('123'==123); console.log('123'===123); 输出结果为

    console.log('123'==123); console.log('123'===123); 输出结果为

  • 2022-05-30 问题

    下面那个程序代码是正确的_________ A: print("Programming is fun") print("Python is fun") B: print("Programming is fun")print("Python is fun") C: print("Programming is fun)print("Python is fun") D: print("Programming is fun)print("Python is fun")

    下面那个程序代码是正确的_________ A: print("Programming is fun") print("Python is fun") B: print("Programming is fun")print("Python is fun") C: print("Programming is fun)print("Python is fun") D: print("Programming is fun)print("Python is fun")

  • 2021-04-14 问题

    【判断题】Excel中,“-123”表示“-123”,而“(123)”表示“+123”。()

    【判断题】Excel中,“-123”表示“-123”,而“(123)”表示“+123”。()

  • 2022-06-03 问题

    _______it is to listen to music! A: What fun B: How a fun C: What a fun D: How fun

    _______it is to listen to music! A: What fun B: How a fun C: What a fun D: How fun

  • 2022-06-07 问题

    At tea-time the family had () A: no fun B: a little fun C: little fun D: a lot of fun

    At tea-time the family had () A: no fun B: a little fun C: little fun D: a lot of fun

  • 2022-06-09 问题

    已定义下面的fun函数,则( )是对fun函数的正确调用。void fun(int x) { ....... } A: fun(3); B: fun(); C: z=fun(3); D: 6*fun(3);

    已定义下面的fun函数,则( )是对fun函数的正确调用。void fun(int x) { ....... } A: fun(3); B: fun(); C: z=fun(3); D: 6*fun(3);

  • 2022-06-09 问题

    设已定义下面的fun函数,则( )是对fun函数正确调用。void fun(int x){ .......} A: m=fun(5); B: fun(); C: fun(5); D: printf("%d",fun(5));

    设已定义下面的fun函数,则( )是对fun函数正确调用。void fun(int x){ .......} A: m=fun(5); B: fun(); C: fun(5); D: printf("%d",fun(5));

  • 1 2 3 4 5 6 7 8 9 10