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

Is it possible to provide default values while overloading a binary operator?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


What is cin clear () in c++?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


what is the order of initialization for data?

10 Answers   Amazon, TCS, Wipro,






What is an inclusion guard?

0 Answers  


What does flush do c++?

0 Answers  


What is conditions when using boolean operators?

0 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  


What is lazy initialization in c++?

0 Answers  


Definition of class?

12 Answers  


what is data Abstraction

2 Answers  


Categories