Question: 1. A mutable iterator gives you read/write access to the element to which the iterator points. True False 2. A sequence container that is dynamic
1. A mutable iterator gives you read/write access to the element to which the iterator points.
2. A sequence container that is dynamic in size is a(n)
3. When an element is stored in a map, it is stored as an object of the ________ type.
4. A(n) ________ is like a pointer. It is used to access the individual data elements in a container.
5. In a mapping, each element must have one of the following two parts: either a key or a value.5.
6. A vector is an associative container that works like an array but is dynamic in size.
7. When you declare an iterator to work with a container, the compiler automatically chooses the right type.
8. An associative container stores data in a nonsequential way so it is slower to locate elements than a sequence container.
9. Two types of container classes in the STL are
10. A technique introduced by C++11 to improve runtime performance is known as