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 is difference between internet and Internet?

12 Answers   College School Exams Tests, Microsoft, MIT, TCS,


what are the characteristics of Class Members in C++?

0 Answers  


How much is size of struct having 1 char & 1 integer?

11 Answers   Persistent,


What is endl?

0 Answers  


Write a C program to calculate the salary of each employee in your company. You need to input the hours worked and the hourly rate. The company pays 1.5 times the hourly rate for all hours worked in excess of 48 hours. Use the formulas below to calculate the salary: if employee worked less than 48 hours salary = hours * rate; if employee worked more than 48 hours salary = 48.0 * rate + ( hours − 48.0 ) * rate * 1.5; You are required to use a loop to produce the sample output as given below.

1 Answers  






Why would you make a destructor virtual?

3 Answers   Lehman Brothers,


Why do we use structure in c++?

0 Answers  


What will happen if when say delete this ?

7 Answers  


Why do we use string in c++?

0 Answers  


How would you use qsort() function to sort an array of structures?

0 Answers  


What is the difference between method and message?

5 Answers   HP,


What is the advantage of an external iterator.

0 Answers  


Categories