Copyright © tutorialspoint.com
Synopsis:
Description:The strncat function concatenates or appends first n characters from src to dest. All characters from src are copied including the terminating null character. Return ValueThe strncat function returns dest. Example
It will proiduce following result:
|
Copyright © tutorialspoint.com