which language allows you to change an argument's value?

Sascha Bohnenkamp bohnenkamp at mevisbreastcare.de
Mon Oct 1 05:15:23 EDT 2007


> Neither C or Java has call by reference.
> C pointers and Java references may work similarly in most cases
> but it is still call by value.
so what? the references in c++ are passed by value too, its just a nice
interface to pointers.
At the end those parameters are pushed on the stack .. thats it.



More information about the Python-list mailing list