Tuesday, March 23, 2010

Call by reference

Hi to all my dear friends. Let us see about Call by reference. This is another way of passing parameters to a function. Here the addresses of arguments are copied into the parameter inside the function. The address is used to access the actual arguments used in the call. Here pointers are passed to function, just like any other arguments. Here, we need not declare the parameters as pointer type.

No comments: