Re: Subroutine "arguments"??



Richard Maine writes:

For example, assumed shape dummy arguments are almost never passed by
address.

No implementation will ever pass the addresses of all the elements. That
is completely impractical.

Isn't passing the values of all the elements equally impractical?
I mean, if passing by address isn't used for whatever reason, wouldn't
passing by value be equally difficult?

.