DEV Community

Discussion on: C++ Interview Questions

Collapse
 
letsjuscode profile image
Kamal Sharma

Hey, this is informative and covers almost all the important aspects. Well, there are few more questions that I found on InterviewBit like:

1 - What are the different data types present in C++?
2 - Is destructor overloading possible?
3 - What do you mean by call by value and call by reference?
4 - What is the difference between shallow copy and deep copy?
5 - Difference between virtual functions and pure virtual functions?