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 do you master coding?
What is setbase c++?
What is a driver program?
Can you Mention some Application of C/C++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Where must the declaration of a friend function appear?
What is an orthogonal base class in c++?
Do you know what is overriding?
What is c++ runtime?
How do I exit turbo c++?
What is a Default constructor?
What is the sequence of destruction of local objects?
What is buffer and example?
What is endl?
Is sorted c++?