What’s the syntax for declaring an array of function pointers without using a separate typedef?
so your answer is But naturally, this is a bad practice, just use typedefs 🙂 Extra: Wonder how to declare an array of 3 pointers to functions taking int and returning a pointer to an array of 4 pointers to functions taking double and returning char? (how cool is that, huh? :)) :))