#CS-6202
Awesome StudentQuestion • Algorithms and Complexity

If we have an integer (4-byte) array A and the address of A[0] is x, we may directly access the memory at (x + i*4) to access A[i]

Answer

True