What is an iterator class in c++?


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

Post New Answer

More C++ General Interview Questions

What is the difference between new/delete and malloc/free?

1 Answers  


What is a tuple c++?

0 Answers  


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


When does a name clash occur?

1 Answers  


Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


Is java a c++?

0 Answers  


How is data hiding achieved in c++?

0 Answers  


How a modifier is similar to mutator?

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


What is the size of integer variable?

0 Answers  


write a program to insert an element into an array

26 Answers   TCS,


Categories