A.int,2B.double,2.0C.double,2.5D.int,2.5
A.5 10B.5,10C.10,5D.510
A.int x;int rx =x;B.int &rx =x,x;C.int x,&rx =x;D.int x,rx =&x;