20.已知:int m=10;在下列表示引用的方法中,下列哪一项是正确的?

20.已知:int m=10;在下列表示引用的方法中,下列哪一项是正确的?
A、hat&x=m
B、int&y=10
C、int&z
D、float &t=&m
【正确答案】:A