gpt4 book ai didi

c - 字符串连接细节

转载 作者:太空宇宙 更新时间:2023-11-04 06:25:09 24 4
gpt4 key购买 nike

<分区>

有没有什么函数/常用方法可以连接两个字符串,而string2出现在string1的指定位置?

如果问题不够清楚,请看这个例子:

#include <stdio.h>
#include <string.h>

int main(void)
{
char str[100] = "I love Gyros";

concatenate(&str[2], "dont ");

printf(str);

return 0;
}

输出:

I dont love Gyros

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com