Tell us about your previous job
C Interview Questions
5,480 c interview questions shared by candidates
It was all about the role expectation & my capabilities and then about company culture
Implement a phone book, find errors in given code, and OS basic knowledge questions.
Is it better performance-wise to use a cursor in a stored proc?
Q: why do you want to work here?
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?
Viewing 1811 - 1820 interview questions