Is c++ pass by reference or value?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is the use of bit fields in structure declaration?
What is lambda in c++?
What are enumerations?
Describe the setting up of my member functions to avoid overriding by the derived class?
When does a name clash occur in c++?
Const char *p , char const *p What is the difference between the above two?
what is the order of initialization for data?
10 Answers Amazon, TCS, Wipro,
Discussion on error handling of C++ .
What is fixed in c++?
Can we have "Virtual Constructors"?
What things would you remember while making an interface?