char *p="hello"; char *p1="hello"; const char *p2="hello"; cout << &p << &p1; printf("%p", p); printf("%p", p1);
65,186
社区成员
250,526
社区内容
加载中
试试用AI创作助手写篇文章吧