An array arr[6][26] is sorted in the memory with each element requi

Loading

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.

A. 2090
B. 2056
C. 2096
D. 2094

Leave a Comment