Define basic type of variable used for a different condition in C++?
How to declare a pointer to an array of integers?
Explain the isa and hasa class relationships. How would you implement each?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Floating point representation and output seems to be compiler dependent?
What new()is different from malloc()?
What is object oriented programming (oop)?
How to tokenize a string in c++?
Define a nested class. Explain how it can be useful.
Why do we use constructor?
How a new operator differs from the operator new?
Explain how a pointer to function can be declared in C++?
What is size_type?