Question

Which statement about function memcpy is false?
a) It copies a specified number of characters from the object pointed to by its second argument into the object pointed to by its first argument.
b) It can receive a pointer to any type of object.
c) The result of this function is defined even if the two objects overlap in memory.
d) Function memmove correctly handles the situation for which memcpy most notably fails.

Answer

This answer is hidden. It contains 3 characters.