Write about an iterator class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the advantages of c++ over c?

0 Answers  


Explain the use of vtable.

0 Answers  


How would you use the functions sin(), pow(), sqrt()?

0 Answers  


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.

2 Answers   Quark,


Write about the members that a derived class can add?

0 Answers  






Does c++ have finally?

0 Answers  


Brief explaination about #include<iostream.h>, cin and cout

3 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


Does c++ have arraylist?

0 Answers  


Explain the pure virtual functions?

0 Answers  


What is the cout in c++?

0 Answers  


What is a hash function c++?

0 Answers  


Categories