Which among the following is Copying function?
Answer: A
The memcpy() function is used to copy n characters from the object. The code is void *memcpy(void *s1,const void *s2, size_t n).