An array is declared as int a [100]; if the base address of the array is 5000, what will be the address of a[59].
a) 5060.
b) 5100.
c) 5140.
d) None of the above