Question 1/10

10%

Score

0 / 100

What is the formula to calculate the address of an ith element of an array?

A

base_address + (data_type_size * index)

B

base_address + (data_type_size * n)

C

(data_type_size * n)

D

base_address + (data_type_size * (index+1))