Top

Discussion

Which among the following is Copying function?

  • A.memcpy()
  • B.strcopy()
  • C.memcopy()
  • D.strxcpy()

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).

No comment is present. Be the first to comment.
Loading…

Post your comment