Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which is true about Iterators in C++? - Select option

  Shared By: Callum Evans    Date: May 13    Category: C++ Programming    Views: 898

Answer:

Options

a) The functioning of Iterators is similar to pointers
b) Only the derived containers are traversable with iterators
c) The input and output iterators support the most functions of iterators
d) None of the above

Answer : a) The functioning of Iterators is similar to pointers

Share: 
 

Didn't find what you were looking for? Find more on Which is true about Iterators in C++? - Select option Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: