2、C++高频面试真题|11-20

厨子大约 1 分钟编程语言原创技术面试题解析C++面试程序员求职程序厨

  1. 🌟C++ 中都有哪些构造函数?

  2. 哪些操作允许在指针上进行?

  3. delete 运算符的目的是什么?

  4. delete []与 delete 的区别是什么?

  5. C++ 中 char*、const char*、char* const、const char* const 的区别?

  6. 🌟C++ 中数组和指针的区别?

  7. 🌟C++ 中 sizeof 和 strlen 的区别?

  8. 🌟C++ 中四种类型转换的使用场景?

  9. C++ 中 struct 和 class 的区别?

  10. 🌟C++ 中 new 和 malloc 的区别?delete 和 free 的区别?