Question: Consider a C# 2D array created as: short [,] ary = new short[100,50]; Assume that the first element is located in memory location 1000. C#
-
Consider a C# 2D array created as: short [,] ary = new short[100,50]; Assume that the first element is located in memory location 1000. C# stores the array in row major order.
-
Determine the address of ary[0][0]
-
Determine the address of ary[50][49]
-
Determine the address of ary[99][49]
-
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
