已知:int m=10;在下列表示引用的方法中,下列哪一项是正确的( )
A.int &x=m B.int &y=10 C.int &z D.float &t=&m
int &x=m
int &y=10
int &z
float &t=&m
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。