RosettaCodeData/Task/Pointers-and-references/C/pointers-and-references-8.c
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

2 lines
102 B
C

pointer += 3; /* pointer now points to array[3] */
pointer -= 2; /* pointer now points to array[1] */