A.const int * P; B.int*const P; C.const int * const P D.int * P
A.dec B.oct C.hex D.endl
A.P B.*P C.&P D.P+1