228
A quick intro to pointers
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
It's the opposite, everything is passed by reference but primitives are also addresses and therefore passed by value
You can't pass objects or functions as value