Answer the following statements true (T) or false (F)
1. Because the array class's [] operator will perform bounds checking, it is acceptable to use a subscript that is out of bounds.
2. A mutable iterator gives you read/write access to the element to which the iterator points.
3. A vector is an associative container that works like an array but is dynamic in size.
4. To improve runtime performance, C++11 introduced a new family of member functions that use the emplacement technique to insert new elements.
5. In a mapping, each element must have one of the following two parts: either a key or a value.
1. F
2. T
3. F
4. T
5. F
You might also like to view...
When text or a text placeholder is selected, the horizontal ruler displays three markers, for first line, hanging, and left ________
A) indents B) gridlines C) margins D) guides
Aggregation and increased access to information have become lucrative in large part due to the growth and success of social networking and the Internet.
Answer the following statement true (T) or false (F)