单项选择题
A.10,10 B.10,15 C.15,10 D.15,15
A.public B.publish C.protected D.private
A.int* p=&x; B.int& p=x; C.int & p=x; D.int &p=x;