填空题

以下程序的输出是 【8】
main()
char strl[]]="How do you do",*p1=strl;
strcpy(strl+strlen(strl)/2,"es she");
printf("%s\n",p1);

【参考答案】

How does she