时间:2024-10-11 19:34:25
1、打开C语言文件,首先定义一个字符串数组flower
3、用puts函数给出相应的提示。
5、使用strcat函数将add数组的内容追加到flower字符数组中。
7、最后运行程序查看效果。