Loading practice questions
Does value of an actual parameter change in the procedure?
Correct Answer: C — Sometimes
Explanation:
The value of the actual parameter does not change only when the name of actual and formal parameters is same. In all other cases, the value of the actual parameter can change.