1.指针和数组的区别。 以下代码能否正常运行? char *p = "abcde"; p[1] = 'f'; printf("内容:%s\r\n",p); printf("地址:%d\r\n",&p); char *p = "abcde"; 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交