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
