differnce between call by value n call by ref
vijayabhaskar
call by value takes value of variable where as call by ref takes the address of it.