What is iterator in c++?


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

Post New Answer

More C++ General Interview Questions

What does new return if there is insufficient memory to make your new object?

0 Answers  


Write a note about the virtual member function?

0 Answers  


Are strings mutable in c++?

0 Answers  


What is the basic structure of c++ program?

0 Answers  


Does c++ support exception handling?

0 Answers  






What is virtual base class uses?

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


What do manipulators do?

0 Answers  


Explain the auto storage classes in c++.

0 Answers  


Explain one-definition rule (odr).

0 Answers  


Which sort does c++ use?

0 Answers  


Can recursive program be written in C++?

0 Answers  


Categories