Vad det pekar:
int * constptr; -/*constpekare till int *
int-const * ptr; -/*pekare till const int *
const int * ptr; -/*pekare till const int *
int-const * constptr; -/*constpekare till const int *
const int * constptr; -/*constpekare till const int *