3 lines
102 B
C
3 lines
102 B
C
|
|
pointer += 3; /* pointer now points to array[3] */
|
||
|
|
pointer -= 2; /* pointer now points to array[1] */
|