问题 单项选择题

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

A.int &x=m;
B.int &y=10:
C.int &Z
D.float &t=&m;

答案

参考答案:A

选择题
单项选择题