Function
Function
Call by reference:
If function parameters are pointer type,then While calling that
function we have to pass the addresses of the data . this way of
calling a function is called call by reference.
Function categories:
calling function
fun1( )
fun1( )(
calling function
fun 2( )
called function