Opened this issue 4 years ago · 0 comments
p2 = p1; // 合法, 可以将普通指针赋值给常量指针
这个是答案错误的。 原文中,p2是一个指针常量,是不可以修改指针值的。