Copyright © tutorialspoint.com
Synopsis:
Description:The memcpy function copies n bytes from ct to s. If these memory buffers overlap, the memcpy function cannot guarantee that bytes in ct are copied to s before being overwritten. If these buffers do overlap, use the memmove function. Return ValueThe memcpy function returns dest. Example
It will proiduce following result:
|
Copyright © tutorialspoint.com