Which of the following is an implementation of dynamic arrays in C++?

A. list

B. Array List

C. vector

D. List<>

Leave a Reply