Declarators are fun! Part II
One more:
6.2.5[28]:
EXAMPLE 2 The type designated as “
struct tag (*[5])(float)
” has type “array of pointer to function returningstruct tag
”. The array has length five and the function has a single parameter of typefloat
. Its type category is array.