Copyright © tutorialspoint.com
Synopsis:
Description:The strcpy function copies n characters from src to dest up to and including the terminating null character if length of src is less than n. Return ValueThe strncpy function returns dest. Example
It will proiduce following result:
|
Copyright © tutorialspoint.com