单项选择题
下列语句中,会产生编译错误的是()
A.int x=5;int &ref=x;x++;
B.int x=5;int &ref=x;
C.const int size=100;
D.const int size;
点击查看答案&解析

单项选择题
A.int x=5;int &ref=x;x++;
B.int x=5;int &ref=x;
C.const int size=100;
D.const int size;
微信扫一扫,加关注免费搜题