#include <string.h> char *strcpy(char *p, const char *q);
strcpy() copies string q into string p (including the terminating '\0').
p
memcpy() and memmove() and
strncpy()