C++ 面试知识点
1.unsigned long
2.sizeof ,strlen, char a=””,char a[],char a*,char a = “str” 字符序列
3.指针数组作为参数
4.const修饰返回值
5.静态成员函数允许访问的
6.派生类允许访问的protected\private\public\static
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Min的博客!
评论
1.unsigned long
2.sizeof ,strlen, char a=””,char a[],char a*,char a = “str” 字符序列
3.指针数组作为参数
4.const修饰返回值
5.静态成员函数允许访问的
6.派生类允许访问的protected\private\public\static