ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
In how many ways can an object be passed to a function?
Correct Answer: C — 3
The objects can be passed in three ways. Pass by value, pass by reference and pass by address. These are the general ways to pass the objects to a function.