A.cin >>m;B.cin <<m;C.CIN >>m;D.cin <<M;
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;