9.
float (*abc[3])(float);
In function
prototypes
you don't need to provide the names of the parameters, so this is exactly the same as number 8.