单选题

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

A.

int &x=m

B.

int &y=10

C.

int &z

D.

float &t=&m

发表评论

登录 后再回复