What will be the address of the arr[2][3] if arr is a 2-D long array of 4 rows and 5 columns and starting address of the array is 2000?
Answer: C
2000 + 4*(5*2) + 3*4