[单选题]

已知:int n=10; 在下列定义引用的语句中,正确的是( )。

A.int &x=n;

B.int x=&n;

C.int &x;

D.int &x=&n;

参考答案与解析: