C++ interview Strategy before any interview

 All basic concepts of C++


  1. Basic C++ interview concepts
  2. IPC Mechanism 
  3. Typical C++ Programs revision
  4. Google Test Framework(GTest)
  5. C Prep Document before interview
  6. C Program to practice
  7. Revise all C++ concepts mentioned in this Link
  8. Revise STL concepts like most asked question about list and vector Link

Basic C++ interview Concepts Revision

https://www.geeksforgeeks.org/private-destructor-in-cpp/?ref=lbp






Comments

Popular posts from this blog

Design Pattern and Architecture in C++

Google Test (gtest) Notes

Stack & Queue interview Questions