|
View previous topic :: View next topic
|
| Author |
Message |
venkatarao
New User
Joined: 19 Dec 2004 Posts: 23 Location: hyderabad
|
|
|
|
| is call by refrence and call by value is same or what is the difference between them? |
|
| Back to top |
|
 |
learnmf
Active User

Joined: 14 Mar 2005 Posts: 123
|
|
|
|
| Quote: |
is call by refrence and call by value is same or what is the difference between them?
|
Hi friend
No both are diff.In Call by reference the value of the calling program is affected when their is a change in called program.Where is their is no effect on calling program variable in calse of call by value.
Thanks |
|
| Back to top |
|
 |
|
|