What is the array object from the Standard Template Library ?
array
A fixed-size container that can contain any type of element
A fixed-size container that can contain one given type of element
A variable-size container that can contain one given type of element
A variable-size container that can add elements at its beginning and at its end.