Explain "passing by value", "passing by pointer" and
"passing by reference" ?
Answer Posted / sanish joseph
In Pass by value,copy of the value is passed, but in pass by
reference the address of the variables are passed as a
reference.pointer are variables storing the address of
another variable so it can be used as a pass by referece,
den it s teamed "passing by pointer".
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Write a C++ Program to check whether a number is prime number or not?
What is object file? How can you access object file?
What is the exit function in c++?
Explain the difference between struct and class in terms of access modifier.
Can circle be called an ellipse?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
When should we use container classes instead of arrays?
What is an adjust field format flag?
What do you mean by inheritance in c++?
what is a class? Explain with an example.
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Explain the difference between c++ and java.
Write about a nested class and mention its use?
How do you save a c++ program?
Write about all the implicit member functions of a class?