ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Pass by address passes the address of object _________ and pass by reference passes the address of the object _________
Correct Answer: C — Explicitly, Implicitly
Pass by address uses the explicit address passing to the function whereas pass by reference implicitly passes the address of the object.