int (*c[5])(); Answer (hint): c is an array of 5 pointers to functions. The fuctions return int and take no (or void) arguments.