What is an iterator class in c++?
Differentiate between a copy constructor and an overloaded assignment operator.
sizeof - is it a function or operator?
Define the operators that can be used with a pointer.
Do you need a main function in c++?
Why main function is special in c++?
Explain what are the sizes and ranges of the basic c++ data types?
Floating point representation and output seems to be compiler dependent?
Is sorted c++?
why c++ is not called strictly d super set of c?
When must you use a pointer rather than a reference?
How would you represent an error detected during constructor of an object?
What do you mean by static variables?