摘要: #include <stdio.h> #include <string.h> #define MSG "woshishuya" int main() { char arr_str[] = MSG; char * pt_str = MSG; printf("1.数组的pointer:%p\n", ar 阅读全文
posted @ 2021-06-30 14:03 学而不思则罔! 阅读(652) 评论(0) 推荐(0)