strcat
cats string 2 to the end of string 1
example
strcpy
(
str1
,
"abc"
);
strcat
(
str1
,
"def"
);
/* str1 is now "abcdef" */
strncat
is safer.
standard
wood
related
backlinks
c_programming_a_modern_approach
index_of_files.pd