单选题
下列引用的定义中,( )是错误的。
A.int i;
int &j=i;
B.int i;
int &j;
j=1;
C.float i;
float &j=i;
D.char d;
char &k=d;
A
B
C
D
【正确答案】
B
【答案解析】
提交答案
关闭