Introduction - If you have any usage issues, please Google them yourself
Before moving to the last four operators let me explain something. When you work
with arrays, the memory for each element is organized sequentially, but this doesn’t
mean that each element is only a byte away from the last one. As you saw in
Chapter 2, each type of variable has a certain size. Take a look at Figure 5.11 to see
what I mean.