Assume that chars are stored in one byte, into in 4 bytes, doub1es in 8 bytes, values of type T in 10 bytes, and values of type Day in 4 bytes, where Day is the enumeration defined by
Enemy Day {SUN, MON, TUE, WED, THU, FRI, SAT, NUM_DAYS};
Find where the indicated elements of a two-dimensional array t of the specified type are stored, if the base address of t is 100 and storage is row wise.
Char t[5] [5]; t[l] [3] and t[2] [2]