A.shortB.charC.intD.double
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