How does com provide language transparency?
Difference between pass by value and pass by reference?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is an adaptor class in c++?
Do you know the use of vtable?
What is virtual destructors? Why they are used?
Why is c++ still best?
How would you use the functions sin(), pow(), sqrt()?
what is the C++
How is c++ different from java?
What are c++ variables?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero