j
k
j a
j l
It's call-by-reference insofar that the string isn't copied in the call to foo(), but it's not call-by-reference in the sense that modifying a formal argument also modifies the actual argument variable in the caller.
Back to the thread
Back to the list