How to override a function in C++?
C Programmer Interview Questions
3,506 c programmer interview questions shared by candidates
Difference between a reference and pointer.
How std::string is implemented?
What is POD-type in C++?
Suppose we have raw int array of size N. We want to add one more value to array. How to do it most efficiently?
We have pointer to 2D array of size NxM - int** A. We need to get value of element A[3][4], but we can not use ‘[’ and ‘]’. How we can do it if we know that such element exist?
Suppose we have class A that is publicly inherited from classes B and C. Also class A contains member variable of class D. We know that constructor of class B throws exception. If we would create object of class A, in which order constructors and destructors will be called?
C++ language specific questions since it was a C++ specific role.
What is a linux process (in Mandarin)
Viewing 1141 - 1150 interview questions