By default how the value are passed in c++?
(a) call by value
(b) call by reference
(c) call by pointer
(d) call by object
I have been asked this question by my school teacher while I was bunking the class.
Question is from Argument Passing topic in chapter Functions, Namespaces & Exceptions in C++ of C++