Memcpy

How to use memcpy function in C language?
C Language memcpy function (Copy Memory Block) Syntax. The syntax for the memcpy function in the C Language is void *memcpy(void *s1, const void *s2, ...