What do you mean by call by value and call by reference?



What do you mean by call by value and call by reference?..

Answer / 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

More C++ General Interview Questions

If all is successful, what should main return a) 0 b) 1 c) void

0 Answers  


What are the two types of polymorphism?

0 Answers  


What is split a string in c++?

0 Answers  


Which one is better- macro or function?

0 Answers   Fidelity,


Why is c++ still best?

0 Answers  






Why isn't sizeof for a struct equal to the sum of sizeof of each member?

0 Answers  


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


List the issue that the auto_ptr object handles?

0 Answers  


What are Binay tress and B trees? Diff between them?

8 Answers   CTS, GATE, Wipro,


What is a singleton class c++?

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


Give 10 points of differences between C & C++.

0 Answers   HCL,


Categories