What is an iterator class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
How to demonstrate the use of a variable?
When should we use container classes instead of arrays?
What are proxy objects?
What is c++ namespace?
How many ways can a variable be initialized into in C++?
Is c++ a high level language?
What are the weaknesses of C++?
What is the use of volatile keyword in c++? Give an example.
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
Describe the setting up of my member functions to avoid overriding by the derived class?
What is the difference between a shallow copy and a deep copy?