What is the difference between pass by reference and pass by
value?
Answer Posted / subha raman
In case of pass by value..the change in the sub-function
will not cause any change in the main function wheareas in
pass by reference..the change in the sub-function will
change the value in the main function..
| Is This Answer Correct ? | 57 Yes | 9 No |
Post New Answer View All Answers
Prepare me a program for the animation of train
What is object and class in oops?
Which language is not a true object oriented programming language?
What is oops?what is its use in software engineering?
Which type does string inherit from?
How do you use inheritance in unity?
What is encapsulation oop?
How oops is better than procedural?
What is abstraction in oop?
What is polymorphism what are the different types of polymorphism?
write a C++ program for booking using constructor and destructor.
What is the main feature of oop?
How do you achieve runtime polymorphism?
What is the purpose of enum?
What is polymorphism give a real life example?