Get premium membership and access questions with answers, video lessons as well as revision papers.

Define a container, an iterator, and an algorithm as they relate to the STL in a computer program.

      

Define a container, an iterator, and an algorithm as they relate to the STL in a computer program.

  

Answers


Davis
-A container is an object that holds other objects.
-An iterator is similar to a pointer.
-An algorithm acts on the contents of containers.
Githiari answered the question on February 13, 2018 at 13:35


Next: How does the STL make it easier for a programmer more reliable C++ programs?
Previous: Give one advantage and one disadvantage of using the string data type in a computer program.

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions