int add(int a, int b) { return a+b; } int (*pn)(int,int)=add; 转载于:https://www.cnblogs.com/wumac/p/4122040.html