摘要: #include <stdio.h>#include <stdlib.h> //第一个参数表示的是地址,第二个参数表示的是数组的长度 //注意数组的长度超过数组的元素的时候,其中数组空余的地址全部由系统自动用0进行补充。void arrypoint(int datas[], int ent ){ / 阅读全文
posted @ 2020-09-23 16:57 LInguistic-零点 阅读(2482) 评论(0) 推荐(0)