BCS Wrote:

> The trick is that function pointers are best read from the inside out.
> -- 
All C declarations are read from inside out, postfixes take precedence, that's 
why you have to use braces to give pointer higher precedence. One of the 
earlier books by Stroustroup gives a nice monster of arrays, pointers and 
functions to master understanding of declarations.

Reply via email to