char *指针的工作原理

时间:2017-06-22 15:20:42

标签: c

我编写了如下代码

char *p = "Pointers";
p[2] = 'z';
printf ("%d\n",p);

这给了我错误。任何人都可以解释一下这是什么。

0 个答案:

没有答案