A.*p=&x; B.p=&x; C.*p=x; D.p=*&x;
A.5 B.6.2 C.7 D.6
A.(x>=y)&&(y>=z) B.(x>=y)AND(y>=z) C.(x>=y>=z) D.(x>=y)&(y>=z)