注意:此页面搜索的是所有试题
设char str1[10] = “ABCDE”, str2[10] = “xyz”; 则执行语句 printf(“%d”, strlen(strcpy(str1, str2))); 后的输出结果是()。(单选)—5分
A 9
B 8
C 5
D 3

参考答案