What will happen while using pass by reference?
(a) The values of those variables are passed to the function so that it can manipulate them
(b) The location of variable in memory is passed to the function so that it can use the same memory area for its processing
(c) The function declaration should contain ampersand (& in its type declaration)
(d) The function declaration should contain $
I got this question in examination.
Query is from Overloaded Function Names topic in chapter Functions, Namespaces & Exceptions in C++ of C++