设char str1[10] = “ABCDE”, str2[10] = “xyz”; 则执行语句 printf(“%d”, strlen(strcpy(str1, str2))); 后的输出结果是()。(单选)—5分
A 9
B 8
C 5
D 3
出自:河北建筑工程学院C语言程序设计