Question: Given a 2D array A[-100, 50:-5, 50]. Find the address of element A[99, 49] considering the base address 10 and each element requires 4 bytes
Given a 2D array A[-100, 50:-5, 50]. Find the address of element A[99, 49] considering the base address 10 and each element requires 4 bytes for storage. Follow row major order.
Given a 2D array A[100,50:5,50] : Find the address of element A[99,49] considering the base address 10 and each element requires 4 bytes for storage. Follow row major order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
