Explain call by context by comparing it to other calls ?
The parameters passed in a call by context are protected from modification by the called program. In a normal call they are able to be modified.
The parameters passed in a call by context are protected from modification by the called program. In a normal call they are able to be modified.