Vidyalelo
C Programming · Q16

Pointer

Programming · C Programming · question 16

Q16

In C, what is the purpose of the 'memcpy' function?

A.
Copy the contents of one pointer to another
B.
Copy the contents of one memory location to another
Answer
C.
Create a new pointer
D.
Swap two pointers

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board