Not everything in C is pass-by-value. Sure, you can argue that a pointer itself is passed by value, but the data it points to is definitely not.
cool project. can you take the address of a variable in some way? i.e. implement your own pointers if its really really needed?
cool project. can you take the address of a variable in some way? i.e. implement your own pointers if its really really needed?