Feeds
質問
given that an integer has been declared in the following manner: int [10] [3] [5] its base address is 89. what is the address of element a[7] [2] [4] ?
given that an integer has been declared in the following manner: int [10] [3] [5] its base address is 89. what is the address of...
7年以上 前 | 0 件の回答 | 0
0
回答質問
3D Arrays finding an address in a element
given that an integer array has been declared in the following manner: int a[10] [3] [5] its base address is 89 what is the add...
7年以上 前 | 1 件の回答 | 0
1
回答回答済み
Spherical 3D array
int a[10] [3] [5] its base address is 89. what is the address of element a[7] [2] [4] ?
Spherical 3D array
int a[10] [3] [5] its base address is 89. what is the address of element a[7] [2] [4] ?
7年以上 前 | 0
