Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.


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

Post New Answer

More C++ General Interview Questions

Is c++ fully object oriented?

0 Answers  


Define token in c++.

0 Answers  


What is the use of bit fields in structure declaration?

0 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


What are the various compound assignment operators in c++?

0 Answers  






Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

0 Answers  


What is the full form of ios?

0 Answers  


What is the best free c++ compiler for windows?

0 Answers  


What is the use of ::(scope resolution operator)?

0 Answers  


Is atoi safe?

0 Answers  


What does obj stand for?

0 Answers  


Categories