Why do we use iterators?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between a pointer and a reference with respect to c++.
What is the difference between global variables and static varables?
Can we have "Virtual Constructors"?
What is private public protected in c++?
why and when we can declar member fuction as a private in the class?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What does namespace mean in c++?
Write about the scope resolution operator?
Why c++ is created?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is the benefit of encapsulation?
what is multi-threading in C++?