On Sat, 10 Jan 2009 18:44:37 -0000, <ru...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to