What is the difference 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 can c++ be used for?

0 Answers  


What is pointer to member?

0 Answers  


Describe linkages and types of linkages?

0 Answers  


Explain the concept of dynamic allocation of memory?

0 Answers  


Explain mutable storage class specifier.

0 Answers  


Why is "using namespace std;" considered bad practice?

0 Answers  


What is copy constructor? Can we make copy constructor private in c++?

0 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


What is the difference between map and hashmap in c++?

0 Answers  


Define 'std'.

0 Answers  


Generally variables are stored in heap memory. When he variables are created in stack?

4 Answers   Persistent,


List the types of polymorphism in c++?

0 Answers  


Categories