第33652题 单选题
已知int m = 8,下列正确的引用方法是()
A

float &b = m;

B

int &b = 8;

C

int &z;

D

int &b = m;

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析