A.abc B.this
A.BOOK*x=newbook B.BOOKx={“C++Programming”,27.0} C.BOOK*x=newBOOK D.BOOK**x=&book
A.x=pa[3] B.x=*(a+3) C.x=a[3] D.x=*pa+3