CodePudding user response:
You sent to BBS, c + + is used here.CodePudding user response:
Oh, yes, I'm sorry & lt; (_ _) & gt; Without even knowing, loose hairCodePudding user response:
Can "posts,#include
#include
Int main ()
{
Char SRC [50], dest [50];
Strcpy (SRC, "This is the source");
Strcpy (dest, "This is destination");
Strcat (dest, SRC);
Printf (" the end goal string: | | % s ", dest);
Return (0);
}
Final target string: | This is destinationThis is source |