你也能拿高薪: 名企面试自助手册
首页
字体:
大
中
小
上 页
目 录
下 章
40. 特大型企业——普天C++笔试题(2/2)
const int* a = &b;
B const* int a = &b;
C const int* const a = &b;
D int const* const a = &b;
8.内联函数在编译时是否做参数类型检查?
void g(base & b){
b.play;
}
void main(){
son s;
g(s);
return;
}
本章未完,请翻开下方
下一章
继续阅读
上 页
目 录
下 章