A.下標運算符 B.自增運算符 C.成員訪問運算符 D.作用域運算符
A.const int *p B.int* const p; C.const int *const p D.int *p
A.const B.short C.1ong D.signed