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

2 lines
120 B
C
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
pointer = 0; /* actually any constant integer expression evaluating to 0 could be used, e.g. (1-1) will work as well */