Programming MCQS - QUESTION DETAILS

What is the purpose of the 'memcpy' function in C?
A. Compare memory
B. Copy memory
C. Concatenate memory
D. Allocate memory

'memcpy' is used to copy memory in C.

Similar Questions