The number of items used by the dynamic array contents is its __________
The number of items used by the dynamic array contents is its __________ Correct Answer Logical size
The number of items used by the dynamic array contents is called logical size. Physical size is the size of the underlying array, which is the maximum size without reallocation of data.