strncatConcatenates two character strings | |||||||
Arguments
Return Valuedest, a pointer to the concatenated string is returned.Explanationn characters from the string pointed to by src are concatenated to the end of the string pointed to by dest. The concatenated string is returned. |