填空题

下程序的输出是 【8】
main()

char str1[]="How do you do",*p1=str1;
strcpy(str1+strlen(str1)/2,"es she");
printf("%s\n",p1);

【参考答案】

How does she