Write some differences 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

What is function prototyping?

0 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


Do class declarations end with a semicolon?

0 Answers  


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


Explain terminate() and unexpected() function?

0 Answers  


Can we define function inside main in c++?

0 Answers  


Difference between delete and free.

0 Answers  


What is difference between class and function?

0 Answers  


Why do we use vector in c++?

0 Answers  


When does the c++ compiler create temporary variables?

0 Answers  


Why Pointers are not used in C++?

0 Answers   Global Logic,


how is returning structurs from functions?Show an eg?

1 Answers   GE,


Categories