Initializing a Vector

# Introduction In this lab, we will learn how to initialize vectors in C++. A vector is a dynamically resizable array with the ability to resize itself depending on the number of elements to be inserted or deleted. Vectors are more advantageous than ordinary arrays, which are of fixed size and are static in nature.

|60 : 00

Click the virtual machine below to start practicing