basic c++
C Developer Interview Questions
3,509 c developer interview questions shared by candidates
It was general C++ questions: data structures, casts, templates, storage duration
Discussed technical test results, asked about experience
There were a number of mathematical problem solving questions.
Suppose we have std::vector< UserType > with N elements and no reserved space. UserType is some complex user type. We want to add one more element to the vector. How to implement push_back() most efficiently?
c++ coding exercise at your spare time
Fibonacci numbers C program to test basic understanding
Given two sheets of paper, create an algorithm to find how many folds are needed to fit one into the other
What is the situation of ... a lot of what if.
What is lifetime in C++?
Viewing 2221 - 2230 interview questions