Home Segments Index Top Previous Next

428: Mainline

Note that the pointer-declaring asterisk, *, takes precedence over the array-declaring brackets, [ ], in declarations. Thus, *oil_tank_pointers[100] means an array of 100 pointers to cylinders, not a pointer to an array of 100 cylinders.