implement your own malloc when you get a fixed size buffer and a malloc function allocating 8 bytes each time
C Developer Interview Questions
3,502 c developer interview questions shared by candidates
The first round : copy constructor, delete keyword, memory management(smart pointers, RAII), static keyword for member functions and variable, singleton, code review, checking performance and finding bottlenecks (perf, gprof, intel Vtune), sort (stable and not stable),
What is referencing?
print longest path in a binary tree
Related to C/C++ basic
What is a virtual function? What is a vtable and vpointer? What does the inline keyword do? Explain move semantics Rule of 3 and 5 etc.
Speak about patern and write somme algorithm in note pard
What are the strict guarantees of the method contract w.r.t. the object state?
1) Smart pointers in C++ 2) Virtual functions 3) "mutable" keyword 4) Find error in this code problems 5) Code refactoring problems 6) A couple of simple competitive-programming-type problems 7) Here is a simplified real problem, ask clarifying questions, explain your thoughts and propose a solution.
Find if two strings are anagrams of each other.
Viewing 2721 - 2730 interview questions