• 2022-05-27 问题

    不正确的字符串赋值或初始化方式是________。 A: char *str; str = "string"; B: char str[7] = {'s', 't', 'r', 'i', 'n', 'g'}; C: char strl[l0]; strl = "string"; D: char strl[ ] = "string", str2[ ] = "12345678"; strcpy (str2, strl);

    不正确的字符串赋值或初始化方式是________。 A: char *str; str = "string"; B: char str[7] = {'s', 't', 'r', 'i', 'n', 'g'}; C: char strl[l0]; strl = "string"; D: char strl[ ] = "string", str2[ ] = "12345678"; strcpy (str2, strl);

  • 2021-04-14 问题

    PRINT#1,STRl$中的PRINT是()。

    PRINT#1,STRl$中的PRINT是()。

  • 2021-04-14 问题

    下列程序中字符串中各单词之间有一个空格,则程序的输出结果是______。 voidmain(){charstrl[]="Howdoyoudo",*p1=strl; strcpy(strl+strlen(strl)/2,"esshe");printf("%s ",pl);}(0.5分)

    下列程序中字符串中各单词之间有一个空格,则程序的输出结果是______。 voidmain(){charstrl[]="Howdoyoudo",*p1=strl; strcpy(strl+strlen(strl)/2,"esshe");printf("%s ",pl);}(0.5分)

  • 2022-05-26 问题

    中国大学MOOC: 若有定义:char strl[20]=a good , str2[ ]=student; 以下能将字符串str1变为a good student的语句是( )。

    中国大学MOOC: 若有定义:char strl[20]=a good , str2[ ]=student; 以下能将字符串str1变为a good student的语句是( )。

  • 2022-05-26 问题

    若有定义:char strl[20]="a good ", str2[ ]="student"; 以下能将字符串str1变为"a good student"的语句是( )。 A: strcat(str1, str2); B: strcpy(str1, str2); C: str1 = str1 + str2; D: str1 = str1 & str2;

    若有定义:char strl[20]="a good ", str2[ ]="student"; 以下能将字符串str1变为"a good student"的语句是( )。 A: strcat(str1, str2); B: strcpy(str1, str2); C: str1 = str1 + str2; D: str1 = str1 & str2;

  • 2022-05-27 问题

    若有定义:char strl[20]="a good ", str2[ ]="student"; 以下能将字符串str1变为"a good student"的语句是( )。 A: strcat(str1, str2); B: strcpy(str1, str2); C: str1 = str1 + str2; D: str1 = str1 & str2;

    若有定义:char strl[20]="a good ", str2[ ]="student"; 以下能将字符串str1变为"a good student"的语句是( )。 A: strcat(str1, str2); B: strcpy(str1, str2); C: str1 = str1 + str2; D: str1 = str1 & str2;

  • 2022-06-16 问题

    下面定义数组的语句中正确的是________。 A: int a(10); B: char str[]; C: int n=5; int a[4][n]; D: E: define SIZE 10 char strl[SIZE],str2[SIZE+2];

    下面定义数组的语句中正确的是________。 A: int a(10); B: char str[]; C: int n=5; int a[4][n]; D: E: define SIZE 10 char strl[SIZE],str2[SIZE+2];

  • 2022-06-12 问题

    HTML5的基本结构是( ) 未知类型:{'options': ['[html][body][/][head][/][/]', '[html][head][/][body][/][/]', '[html][head][/][foot][/][/]', '[html][head][title][/][/][/]'], 'type': 102}

    HTML5的基本结构是( ) 未知类型:{'options': ['[html][body][/][head][/][/]', '[html][head][/][body][/][/]', '[html][head][/][foot][/][/]', '[html][head][title][/][/][/]'], 'type': 102}

  • 2022-06-12 问题

    p>&#91;span&#93;&#91;span&#93;一般来说,材料的&#91;/&#93;&#91;/&#93;&#91;span&#93;HB&#91;/&#93;&#91;span&#93;&#91;span&#93;指标越&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;低&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;,&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;其&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;耐磨性越好。&#91;/&#93;&#91;/&#93;[br][/br]</p

    p>&#91;span&#93;&#91;span&#93;一般来说,材料的&#91;/&#93;&#91;/&#93;&#91;span&#93;HB&#91;/&#93;&#91;span&#93;&#91;span&#93;指标越&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;低&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;,&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;其&#91;/&#93;&#91;/&#93;&#91;span&#93;&#91;span&#93;耐磨性越好。&#91;/&#93;&#91;/&#93;[br][/br]</p

  • 2022-06-12 问题

    用HTML语言编辑一个网页,网页最基本的结构为() 未知类型:{'options': ['&#91;html&#93;&#91;head&#93;...&#91;/&#93;&#91;frame&#93;...&#91;/&#93;&#91;/&#93;', '&#91;html&#93;&#91;head&#93;...&#91;/&#93;&#91;body&#93;...&#91;/&#93;&#91;/&#93;', '&#91;html&#93;&#91;head&#93;...&#91;/&#93;...&#91;/&#93;', '&#91;html&#93;&#91;title&#93;...&#91;/&#93;&#91;body&#93;...&#91;/&#93;&#91;/&#93;'], 'type': 102}

    用HTML语言编辑一个网页,网页最基本的结构为() 未知类型:{'options': ['&#91;html&#93;&#91;head&#93;...&#91;/&#93;&#91;frame&#93;...&#91;/&#93;&#91;/&#93;', '&#91;html&#93;&#91;head&#93;...&#91;/&#93;&#91;body&#93;...&#91;/&#93;&#91;/&#93;', '&#91;html&#93;&#91;head&#93;...&#91;/&#93;...&#91;/&#93;', '&#91;html&#93;&#91;title&#93;...&#91;/&#93;&#91;body&#93;...&#91;/&#93;&#91;/&#93;'], 'type': 102}

  • 1 2 3 4 5 6 7 8 9 10