Main () {char * p = "abcdefgh";
Printf ("% s / n", strcpy (p 3, "12345");
}
What is the output result?