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 I exit turbo c++?
What is a forward referencing and when should it be used?
Why do we need pointers?
Specify different types of decision control statements?
Which function should be used to free the memory allocated by calloc()?
What is the difference between prefix and postfix versions of operator++()?
What is a singleton class c++?
What is the first name of c++?
Which operator cannot overload?
Can user-defined object be declared as static data member of another class?
What is a class definition?
Why are pointers not used in c++?
Which ide is best for c++?
Can constructor be private in c++?
Is map sorted c++?