Strcpy

How to use Strcpy() in C language?
C strcpy() char* strcpy(char* destination, const char* source); The strcpy() function copies the string pointed by source (including the null characte...