单项选择题

下列定义引用变量rx的语句中,正确的是()。

A.int x;int rx =x;
B.int &rx =x,x;
C.int x,&rx =x;
D.int x,rx =&x;