call by reference means?

What is meant by ‘call by reference’?
In ‘call by reference’ method of calling functions, the called function declares a reference for the passed structure and refers to the original structure elements through its reference.

No comments: