Which symbol should be used to pass the object by reference in C++?
(a) &
(b) @
(c) $
(d) $ or &
The question was posed to me in examination.
The doubt is from Passing Object to Functions topic in chapter Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming