Multiple Choice
Which of the following defines an array object that holds three strings?
A) array<int, 3> items = {blue, green, yellow}
B) array<strings, 4> items = {'blue', 'green', 'yellow',}
C) array<string, 4> items = {"blue", "green", "yellow"}
D) array<4> string items {"blue", "green", "yellow"}
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q12: To retrieve a value from a map,
Q13: An associative container stores data in a
Q14: The three sequence container objects provided by
Q15: A mutable iterator gives you read/write access
Q16: A(n) _ is like a pointer. It
Q18: A technique introduced by C++11 to improve
Q19: Which of the following types of iterators
Q20: To use the map class, you must
Q21: The difference between the unordered_multimap class and
Q22: A function object is an object that