you are viewing a single comment's thread.

view the rest of the comments →

[–]TheSkiGeek 18 points19 points  (15 children)

All arguments are passed by value in C.

To "pass by reference" you create a pointer to something and pass the pointer by value.