摘要: 今天重新学习了指针数组,数组指针,指针函数,函数指针 学了动态分配数组的calloc malloc realloc以及释放空间的free #include <stdio.h> int sum(int num1,int num2) { return num1+num2; } int sub(int n 阅读全文
posted @ 2021-01-26 23:31 empty_thought 阅读(78) 评论(0) 推荐(0)