若有"int m=5;”,则下列表示引用的方法中,正确的是( )
A.int &Z; B.int &t=5; C.int &X=m; D.float &f=&m;
int &Z;
int &t=5;
int &X=m;
float &f=&m;
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。