What are vectors used for in c++?
What is the role of static keyword for a class member variable?
What is capacity in vector in c++?
What does it mean to declare a member function as static?
What is the difference between passing by reference and passing a reference?
what are function pointers?
How do you find out if a linked-list has an end?
Explain the term memory alignment?
What is the difference between struct and class?
Explain how to initialize a const data member.
When there is a global variable and local variable with the same name, how will you access the global variable?
What is the difference between the compiler and the preprocessor?
What are formatting flags in ios class?
Define the process of error-handling in case of constructor failure?
Is c++ faster than c?