A

Admin • 828.03K Points
Coach

Q. Which function copies memory block?

  • (A) memmove()
  • (B) memcpy()
  • (C) strcpy()
  • (D) malloc()
  • Correct Answer - Option(B)
  • Views: 9
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
memcpy() copies raw memory between addresses.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.