> const char *pcc; /* ptr to const char */ > char *const cpc; /* const ptr to char */ Just when I thould I could successfully declare a pointer to a pointer to a fuction which returns a pointer to an int you toss in another curve ball. Fun, fun, fun!