p is a pointer pointing to the data member m of class A, A1 is an object of class A, now assign a value of 5 to m of A1, the correct one is ( ) A. A1.p=5; B. A1->p=5 ; C.A1.*p=5; D.*AI.p=5;
NoSuchKey
Supongo que te gusta
Origin blog.csdn.net/Zheng_Emperor/article/details/118307610
Recomendado
Clasificación