Differentiate between an external iterator and an internal iterator?


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

Post New Answer

More C++ General Interview Questions

Define a nested class. Explain how it can be useful.

0 Answers  


Why do we use string in c++?

0 Answers  


What does floor mean in c++?

0 Answers  


What are c++ variables?

0 Answers  


Write my own zero-argument manipulator that should work same as hex?

0 Answers  






what is a class? Explain with an example.

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  


Explain how to initialize a const data member.

0 Answers  


What are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


C is to C++ as 1 is to a) What the heck b) 2 c) 10

0 Answers  


Is map ordered c++?

0 Answers  


Categories