Prepare yourself for c++ interview with these questions.
  1. What is C++?
  2. What are the advantages of C++?
  3. What are the differences between C and C++?
  4. What is a class?
  5. What is an object?
  6. What are the various features or concepts of OOP?
  7. What are the different data types in C++?
  8. What are the different types of storage classes in C++?
  9. What are the tokens in C++?
  10. Does C++ have automatic garbage collection?
  11. What are the different types of polymorphism in C++?
  12. How is Late Binding implemented in C++?
  13. What is namespace in C++?
  14. What are the different operations permitted on pointers?
  15. What is the difference between delete[] and delete?
  16. What are the different C++ access specifiers?
  17. What is a friend function?
  18. What is a virtual function?
  19. What is a destructor?
  20. What is an overflow error?
  21. What is overloading?
  22. What is function overriding?
  23. What is virtual inheritance?
  24. What is a constructor?
  25. What is a pointer?
  26. What is a scope resolution operator?
  27. What is a pure virtual function?
  28. What is the difference between a struct and a class?
  29. What is a virtual destructor?
  30. Write a C++ program to print Hello world
  31. Write a C++ program to enter a string and find its length
  32. What is this pointer?
  33. What is the difference between function overloading and operator overloading?
  34. What is a static member in C++?
  35. What is a reference variable?
  36. What is a copy constructor?
  37. Does C++ support String as a primitive data type?
  38. What is a diamond problem and where does it occur?
  39. What is an inline function?
  40. What is the use of a volatile keyword?
  41. Define pass by value and pass by reference
  42. What is an auto keyword?
  43. What are the different types of loops in C++?
  44. What is an abstract class?
  45. What is a default constructor?
Comments (5)