不正确的字符串赋值或初始化方式是________。 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);
PRINT#1,STRl$中的PRINT是()。
PRINT#1,STRl$中的PRINT是()。
下列程序中字符串中各单词之间有一个空格,则程序的输出结果是______。 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分)
中国大学MOOC: 若有定义:char strl[20]=a good , str2[ ]=student; 以下能将字符串str1变为a good student的语句是( )。
中国大学MOOC: 若有定义:char strl[20]=a good , str2[ ]=student; 以下能将字符串str1变为a good student的语句是( )。
若有定义: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;
若有定义: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;
下面定义数组的语句中正确的是________。 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];
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}
p>[span][span]一般来说,材料的[/][/][span]HB[/][span][span]指标越[/][/][span][span]低[/][/][span][span],[/][/][span][span]其[/][/][span][span]耐磨性越好。[/][/][br][/br]</p
p>[span][span]一般来说,材料的[/][/][span]HB[/][span][span]指标越[/][/][span][span]低[/][/][span][span],[/][/][span][span]其[/][/][span][span]耐磨性越好。[/][/][br][/br]</p
用HTML语言编辑一个网页,网页最基本的结构为() 未知类型:{'options': ['[html][head]...[/][frame]...[/][/]', '[html][head]...[/][body]...[/][/]', '[html][head]...[/]...[/]', '[html][title]...[/][body]...[/][/]'], 'type': 102}
用HTML语言编辑一个网页,网页最基本的结构为() 未知类型:{'options': ['[html][head]...[/][frame]...[/][/]', '[html][head]...[/][body]...[/][/]', '[html][head]...[/]...[/]', '[html][title]...[/][body]...[/][/]'], 'type': 102}