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