Pointer Calculation « Pointer « C Tutorial






10.5.Pointer Calculation
10.5.1.Store the address of number in pointer
10.5.2.Change value of variable through pointer
10.5.3.When the pointer is incremented by an increment operator, it is always right incremented.
10.5.4.Pointer arrays