问题 单项选择题 设char*s1="12345",*s2="1234";,执行语句printf("%d\n",strlen(strcpy(s1,s2)));后的输出结果是( )A.4 B.5C.9 D.10 答案 参考答案:A