If a programmer chooses to pad each element in a dynamic collection with a fixed number of bits, what must remain consistent to locate the next piece of data effectively?
A. The total memory size of the collection must remain consistent.
B. The data type of the collection must remain consistent.
C. The padding size must remain consistent.
D. The number of cache lines loaded must remain consistent.



Answer :

Other Questions