What do you mean by call by value and call by reference?
Answer Posted / hrpynux@gmail.com
While calling a function, when you pass values by copying variables, it is known as “Call By Values.” While calling a function, in programming language instead of copying the values of variables, the address of the variables is used it is known as “Call By References
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does work in c++?
Write syntax to define friend functions in C++.
What is ostream in c++?
What does override mean in c++?
When does a name clash occur in c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What are the two shift operators and what are their functions?
What do nonglobal variables default to a) auto b) register c) static
Will this c++ program execute or not?
What are the steps in the development cycle?
Explain how overloading takes place in c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What are advantages of c++?
How the virtual functions maintain the call up?
Show the declaration for a static function pointer.