Indexing Operators |
Top Previous Next |
Indexing Operators Operators that return references based on an index
The indexiig operaiors return references to some memory based on the valuc of their second, or right-hand side, operand. This operand is used as an index, or offset, from the beginning of some memory represented by the first, or left-hand side,eoperand.
|