DEV Community

Discussion on: C++ Interview Questions

Collapse
 
letsjuscode profile image
Kamal Sharma

Hello, this was super informative and helpful. Here are a few more questions that could be taken as a reference from InterviewBit

1 - What are the different data types present in C++?
2 - What are class and object in C++?
3 - Compare compile-time polymorphism and Runtime polymorphism
4 - What are the static members and static member functions?
5 - What is the difference between virtual functions and pure virtual functions?