返回数组指针的函数形式

Type(*function(parameter_list)) [dimension]

or

使用类型别名

typedef int arr[10];

or

using arr=int[10]

posted @ 2016-09-12 19:50  KennyRom  阅读(212)  评论(0编辑  收藏  举报