RosettaCodeData/Task/Pointers-and-references/C/pointers-and-references-8.c

3 lines
102 B
C
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
pointer += 3; /* pointer now points to array[3] */
pointer -= 2; /* pointer now points to array[1] */