已知: int m=10;下列表示引用的方法中,正确的是 ()

已知: int m=10;下列表示引用的方法中,正确的是 ()

A.int &Z;

B.int &t=10;

C.int &X=m;

D.float &f=&m;

正确答案:int &X=m;

猜你喜欢