填空题

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

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

【参考答案】

How does she