why cannot assign to function call

Rhodri James rhodri at wildebst.demon.co.uk
Sat Jan 10 20:22:48 EST 2009


On Sat, 10 Jan 2009 18:44:37 -0000, <rurpy at yahoo.com> wrote:

> What is the observable difference between converting an
> array to a reference (pointer) to that array and passing
> the reference by value, and passing the array by reference?

This is a red herring, though.  From either viewpoint, C
arrays are anomalous in comparison with other C data types.

-- 
Rhodri James *-* Wildebeeste Herder to the Masses



More information about the Python-list mailing list