How to remove value K from std::vector using std::remove and std::erase algorithms? How these algorithms works?
C Software Developer Interview Questions
3,507 c software developer interview questions shared by candidates
You’re refactoring a function void processFile(). It starts with call to fopen() to open file, then we call several operations (they could throw exceptions) and finally at the end of the function we call fclose() to close file. Detect problem with this code and fix it (provide as many variants as you can).
I don't think I am allowed to enter the questions.
I do not want to disclose any specific tasks, it doesn't seem to be fair. I had to solve some programming stuff on paper. Additionally, some general technical questions were asked.
What stages does the graphics pipeline consist of?
Write a function that returns if a number is a power of 2 without a loop
fibonacci and factorial in recursion, interfaces and exceptional handling and abstraction
How do you see yourself in 5 years?
1) What is a virtual function 2) What is the difference between vector and list 3) What is multiple inheritance and what are its pros and cons 4) What is the difference between reference and pointer 5) What is caching and what are the issues that you should be aware of when implementing caching.
Find the intersection point of linkedlist
Viewing 1901 - 1910 interview questions