Reading Complex Pointer Declarations
Practice reading complex pointer declarations and master its rules.
We'll cover the following...
We'll cover the following...
A complex example
Let’s interpret the following declaration:
char*(*fptr())();
See the slides.