In a program, value is assigned to GBlock is as given below
unsigned int GBlock = gScan[ SCAN ][ lo ][ uiBlk ]
Here SCAN is an enumerated data type and is = 0
lo and uiBlk are unsigned integers and
gScan is an array declared as gScan[3][7]
Then what is the value (which cell value in the array )assigned to Block).
Is it possible to address a 2 Dimensional array using a 3 Dimensional index ?