This is a discussion on Is Concatenation Possible within the C and C++ forums, part of the Programming Talk category; Can I use a strcat() function in C programming language to concatenate a string to a character constant. If I ...
Can I use a strcat() function in C programming language to concatenate a string to a character constant. If I attempt to do that what will be the result?