How the argument passed to a function get initialized?
(a) Assigned using copy constructor at time of passing
(b) Copied directly
(c) Uses addresses always
(d) Doesn’t get initialized
The question was asked during an online exam.
This question is from Assigning Objects topic in division Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming