How would I implement an unique pointer.
C Programmer Interview Questions
3,502 c programmer interview questions shared by candidates
Deep questions about C++ templates.
What is polymorphism? What are the types of polymorphism and where do you use them in practice?
Where do you use virtual functions practically?
Would the below statement run successfully? If yes, what would be stored in var? IEnumerable var = new List<string>();
Rewrite template classes to use inheritance without changing the calling environment which required a static function call, but static functions can't be virtual.
Give an example of the use of cache by the computer, what is virtual memory? Questions on computer architecture and operating systems.
C++ syntax (standard 14), basic knowledge of data structures and understanding of STL containters. A bit-shifting based programming problem.
Difference between destructor and virtual destructor
C++ OO concepts
Viewing 2761 - 2770 interview questions