Home » C++ Programming » Questions and Answers » Question
  1. Which function is used to optimize the space in vector?
    1. operator
    2. at
    3. bool
    4. All of above
    5. None of these
Correct Option: C

This is a specialised version of vector, which is used for elements of type bool and optimises for space.



Your comments will be displayed only after manual approval.