2020年2月29日

二级指针三种内存模型综合(把第1种内存模型和第2种内存模型数据copy到第3种内存模型)

摘要: #define _CRT_SECURE_NO_WARNINGS #include <string.h> #include <stdio.h> #include <stdlib.h> //char **p 二级指针 char (*p)[30] 数组指针 char ***p3手动创建内存模型,在被调函数 阅读全文

posted @ 2020-02-29 13:39 锋邢天下 阅读(209) 评论(0) 推荐(0) 编辑

导航