strcatConcatenates two character strings | |||||
Arguments
Return Valuedest, a pointer to the concatenated string is returned.ExplanationThe string pointed to by src is concatenated to the end of the string pointed to by dest A pointer to the concatenated string is returned.See Alsostrncat() |