下面函数的功能是________。 sss(char *s, char *t) { int i=0;while( t[i]){ s[i]=t[i]; i ; } s[i]= '\0'; }? 求字符串的长度比较两个字符串的大小将字符串s复制到字符串t中将字符串t复制到字符串s中
下面函数的功能是________。 sss(char *s, char *t) { int i=0;while( t[i]){ s[i]=t[i]; i ; } s[i]= '\0'; }? 求字符串的长度比较两个字符串的大小将字符串s复制到字符串t中将字符串t复制到字符串s中
发布时间:2025-07-26 14:04:46