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
Is c++ a float?
How do you master coding?
What are arrays c++?
What are keywords in c++?
What is a block in c++?
Explain "const" reference arguments in function?
Explain method of creating object in C++ ?
What are friend classes?
What is constructor c++?
What does namespace mean in c++?
What does it mean to declare a member function as virtual?
What is operator overloading in c++ example?
If dog is a friend of boy, is boy a friend of dog?
Is atoi safe?
What are vectors used for in c++?