1,stpcpy(),copy a string returning a pointer to its end
char *stpcpy(char *dest,const char *src);
2,