Saved Bookmarks
| 1. |
By default how the value are passed in c++?(a) call by value(b) call by reference(c) call by pointer(d) call by objectI 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++ |
|
Answer» RIGHT ANSWER is (a) CALL by value Explanation: NONE. |
|