C++ Vector introduction, an array with flexible number of elements , No need to specify... HD
8.11 VectorsHolds a set of elements, like an arrayFlexible number of elements - can grow and shrink–No need to specify size when defined–Automatically adds...