If elements of (v) are stored in consecutive words of memory and (A[v]) is the address of word 1 of (v), then the address of word 1 of (v[i]) is:
a) (A[v] + i)
b) (A[v] - i)
c) (A[v[i]])
d) (A[v] × i)