To calculate an address of an element A[i] in some array the following formula is needed:
(Отметьте один правильный вариант ответа.)
Варианты ответа
C0+i*d(Верный ответ)
i*d-C0
C0*i*d
i*d
which is used for calculating an address for array's element C0 is: