Thread
:
Basic C programming 1
View Single Post
pein87
Ambitious contributor
13Jun2012,22:25
using & next to a variable's name passes the value by reference. You don't need to do that if it's already a pointer. Try doing some simple pointer and reference output and see what you get.