✪ Choose the correct option.
An array arr[6][26] is sorted in the memory with each element requiring 2 bytes of storage.If the base address of array in memory is 2000,determine location of arr[5][7] when the array is stored in column major format.
An array arr[6][26] is sorted in the memory with each element requi
An array arr[6][26] is sorted in the memory with each element requiring 2 bytes of storage.If the base address of array in memory is 2000,determine location of arr[5][7] when the array is stored in column major format.