CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
Back-end
> C how to output two strings together, to solve
C how to output two strings together, to solve
Time:11-15
CodePudding user response:
Change
Z=STR;
Strcpy (z, a);
Strcat (z, b);
Printf (" z=% s ", z);
Page link:
https//www.codepudding.com/Backend/81794.html
Prev:
Non - class type 'char [20]' how did this change
Next:
Companies need to make complex statements, for the first time to use the Delphi, make uncertain Repo
Tags:
The C language
Related
Links:
CodePudding