What is c++ iterator?
No Answer is Posted For this Question
Be the First to Post Answer
What is const pointer and const reference?
what is the use of Namespace in c++.
What is the benefit of encapsulation?
Disadvantages of c++
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
How is data hiding achieved in c++?
class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.
How is c++ used in the real world?
What is class syntax c++?
What is #include iostream in c++?
What is the difference between set and map in c++?
What does h mean in maths?