In a (2)D array (int arr[100][50]), the base address is (100). Then what will be the address of (arr[50][30])?
a) (300)
b) (5000)
c) (2500)
d) (5100)