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
What is a character in c++?
What is the best it certification?
What is a far pointer? where we use it?
Is c++ fully object oriented?
What are the two types of polymorphism?
What are files in c++?
Can we specify variable field width in a scanf() format string? If possible how?
What is guard code in c++?
Define namespace in c++?
Explain shallow copy?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
what are the events occur in intr activated on interrupt vector table
What will the line of code below print out and why?
How do I download c++?
Why is c++ so fast?