-
In which type of storage location are the vector members stored?
-
- Simple Storage
- Contiguous storage locations
- Non-contiguous storage locations
- Contiguous & Non-contiguous storage locations
- None of these
Correct Option: B
Vectors use contiguous storage locations for their elements, which means that their elements can also be accessed using offsets on regular pointers to its elements