摘要: #include "stdio.h" #include<string.h> int main(){ char s[10]="verygood",*ps=s; ps+=4; printf("%p\n",ps); /*这里是 把字符串"nice"的首地址传递给了 ps指针,至于"nice"的存储位置,有 阅读全文
posted @ 2022-09-19 21:06 Development_UP 阅读(24) 评论(0) 推荐(0)