在下列表示引用的方法中,( )是正确的。已知:int k=1000;
A.int &x=k;
B.char &y;
C.int &z=1000;
D.float &t=&k;
E.A
F.2
正确答案是A