Mark As Completed Discussion

Are you sure you're getting this? Click the correct answer from the options.

Which of the following statements about the vector container in STL is true?

Click the option that best answers the question.

  • The vector container is a fixed-size array
  • Elements in the vector container cannot be accessed using indexing
  • The vector container automatically adjusts its size as elements are added or removed
  • The vector container is a single-linked list