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
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
When does the c++ compiler create temporary variables?
Write a program to find the Factorial of a number
Which programming language's unsatisfactory performance led to the discovery of c++?
What is tellg () in c++?
Write about the members that a derived class can add?
Can java be faster than c++?
What is a node class in c++?
What is a far pointer? where we use it?
What is the output of the following program? Why?
What is the difference between equal to (==) and assignment operator (=)?
What are the steps in the development cycle?
What does I ++ mean in c++?
Will this c++ program execute or not?
What is c++ virtual inheritance?