Select whether the following are true of C-style arrays, C++…
Select whether the following are true of C-style arrays, C++ vectors, both, or neither. A. Uses a contiguous block of memory to store elements [A] B. Can be resized / can resize itself [B] C. Can contain elements of different types in the same container [C] D. Tracks its own capacity [D] E. Can be used interchangeably as a pointer variable [E]
Read Details