I need the o/p of foll code in terms of call by reference.Plz ignore the small programmin errors as this a pseudo code not a runninf code




value(x,y,z)
{
x=x*y;
x=x+y+z;
}