Home > Back-end >  Problem sets for help
Problem sets for help

Time:06-06

Write a function that will be all the characters in str2 received str1, need not strcat,

CodePudding user response:

Strcpy (str1 + strlen (str1), str2);

CodePudding user response:

Upstairs method good

reference 1st floor SuperDay response:
strcpy (str1 + strlen (str1), str2);

CodePudding user response:

I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.html
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html
  • Related