Homework Statement
The problem is finding the memory location of a three-dimentional array Temp. Each index of temp goes from 1 to 100 and each element stores 4 bytes. The array is setup such that the last index varies fastest, aka:
Temp[1,1,1], Temp[1,1,2], ... Temp[1,1,100]...