Comment on Is Python call-by-value or call-by-reference? Neither.parentComments−bigdubs13yi am confused by your assertion that languages other than c++ can't support call by reference, there is a pretty clearly defined 'ref' keyword in c# that allows for exactly the behavior above.
Comments
i am confused by your assertion that languages other than c++ can't support call by reference, there is a pretty clearly defined 'ref' keyword in c# that allows for exactly the behavior above.