Three dimensional array
Declaration in the global variable list:
The declared array can be imagined as follows:
(1) awVar3dim[-8,0,2]
(2) awVar3dim[-7,0,3]
(3) awVar3dim[1,0,4]
In this section:
Initialize 3-dim arrays with values
Use 3-dim array elements in the program
Addresses of 3-dim array elements
Parent topic:
Array