Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

C++语言面试题汇总

  1. volatile关键字有什么作用?

  2. constconstexpr关键字有什么作用,有什么区别?

  3. static关键字有什么作用?和C语言中的有什么区别?

  4. extern有什么作用?

  5. 面向对象的三大特征是什么?

  6. typedef和define有什么区别?

  7. 指针常量与常量指针各是什么,二者有什么区别?