Define a constructor - what it is and how it might be called (2 methods)?
What are virtual functions in c++?
What issue do auto_ptr objects address?
What is the difference between mutex and binary semaphore?
What is the C-style character string?
What is std::move?
What is input operator in c++?
What are smart pointers?
What are the advantages of using friend classes?
sizeof - is it a function or operator?
Do we have private destructors?
What is void pointer in c++ with example?
Explain the difference between struct and class in terms of access modifier.