What is the difference between pass by reference and pass by
value?
Answer Posted / anandan
in pass by referance the parameters are passed as the
address of the variables whereas in pass by value the
variables are directly passed as parameters
| Is This Answer Correct ? | 99 Yes | 17 No |
Post New Answer View All Answers
What is polymorphism in oops with example?
What are oops functions?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is a class in oop?
What is abstraction in oops?
What is and I oop mean?
Is oop better than procedural?
Why do we use oops?
What is abstraction example?
What is solid in oops?
What is overloading in oop?
can we make game by using c
What is inheritance write a program to show use of inheritance?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
program for insertion ,deletion,sorting in double link list