ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Does value of an actual parameter change in the procedure?
Correct Answer: C — Sometimes
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.