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 years 前 | 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 years 前 | 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 years 前 | 0
