问题详情
下列表示引用的方法中,()是正确的。 已知:int m=10:
A.int &x=m;
B.int &y=10;
C.int &Z
D.float &t=&m;
请帮忙给出正确答案和分析,谢谢!