数组名专题推荐

c语言 返回数组名

#include#includeint b[2]={1,2};//生存期的问题,若放在子函数里,则返回时就已经死了 int * f()//注意我们要返回的类型{int i;for(...

2020-02-28
数组名最新文章