问题 单项选择题

下列引用的定义中,( )是错误的。

A.int i;
int &j=i

B.int i;
int &j;

C.float i;
int &j;
j=i

D.char d;
char &k=d;

答案

参考答案:B

选择题
选择题