[C++程序设计]返回指针值的函数

定义指针函数的一般形式为 类型名 *函数名(参数表列);

例如

int *a(int x,int y);

原文地址:https://www.cnblogs.com/galoishelley/p/3858613.html