单项选择题
A.*p+9 B.*(p+8) C.*p+=9 D.p+7
A.count=0 B.count=1 C.count=2 D.count=3
A.const关键字可以修饰对象和成员函数 B.const对象不能被修改 C.const成员函数不能修改类数据成员 D.const可以用于说明类