Loading practice questions
In how many ways can an object be passed to a function?
(C) 3
Explanation:
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.