Answers

Question and Answer:

  Home  C Functions

⟩ What is memcpy() function?

With memcopy(), the programmer needs to specify the size of data to be copied. strncpy() is similar to memcopy() in which the programmer specifies n bytes that need to be copied.

 209 views

More Questions for you: