In logic, for a 3d array, we need to access the outer array first and work our way inside inside each dimension and access th array's element. Since, physical memory store arrays as a block of memory irrespective of its dimensions, can we directly access using it address as there are ways to get a memory location?
If a multi dimensional array is stored in physical memory as a 1d array, can we access the array's deeper elements directly if we know the memory address?