A.int x;int px =x;B.int x,*px =x;C.int *rx =&x,x;D.int x,*px =&x;
A.floatB.intC.charD.double
A.10.0B.10.0fC.10D.10L