Declare an array of pointer to function?

Answer:
float(*arr[5])(void);

No comments: