字符指针p指向"abcdefg",执行 char*ap

字符指针p指向"abcdefg",执行 char*ap=new char[strlen(p)+1]; 后,ap指向的字符数组元素个数为()。

答案
B

题目信息

题号:5936
题型:单选题
难度:普通