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
What is basic concept of oop?
What is abstraction with example?
Why polymorphism is used in oops?
How long to learn object oriented programming?
What is abstraction in oop with example?
Is this job good for future? can do this job post grduate student?
What is overriding in oops?
hi all..i want to know oops concepts clearly can any1 explain??
How can you overcome the diamond problem in inheritance?
2. Give the different notations for the class.\
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is class in oop with example?
What is inheritance write a program to show use of inheritance?
program for insertion ,deletion,sorting in double link list
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction