单项选择题

下面程序段的运行结果是
char *p="abedefgh":
p+=3;
printf("070 d\n",strlen(strcpy(P,"ABCD")));

A) 8
B) 12
C) 4
D) 7