当前位置:
找题吧
>
计算机二级
[单选题]
已知类A有公用数据成员a,且有A obj2;A * const ptr=new A;则下列语句正确的是
A.ptr->a=100;
B.ptr=&obj2;
C.ptr++;
D.ptr=obj2;
参考答案与解析:
相关试题