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 are the iterator and generic algorithms.
Explain shallow copy?
What is #include iostream?
Do class method definitions?
What are the 3 levels of programming languages?
What is struct c++?
What are inline functions? What is the syntax for defining an inline function?
Can we change the basic meaning of an operator in c++?
Define linked lists with the help of an example.
Explain the concept of dynamic allocation of memory?
What is c++ map?
what is COPY CONSTRUCTOR and what is it used for?
What is the return value of the insertion operator?
Describe new operator?
Which c++ compiler is best?