AIXSPadmin
MIS
Just for my own knowledge and something I wonder about is an explanation of the use of pointers used differently as shown:
const struct stack *
const char *s
struct record* prec
Could someone please explain all three, I am only used to using the second one in the brief uses of C that I use.
Thanks
const struct stack *
const char *s
struct record* prec
Could someone please explain all three, I am only used to using the second one in the brief uses of C that I use.
Thanks