#include #define MAX 5 inc(int x){ return x+1; } twice(int x){return 2*x; } map(int (*f)(),int * a,int n) { int i; for(i=0;i