Question 1 · 4 points
Decode a complex declaration
Explain, in precise English, what f is in the following declaration. Break the declaration down from the identifier outwards and state what each function returns.
void (*(*f[])())();
Question 1 · 4 points
Explain, in precise English, what f is in the following declaration. Break the declaration down from the identifier outwards and state what each function returns.
void (*(*f[])())();