What is the output of the following code?
function increment ($val)
{
++$val;
}
$val = 1;
increment ($val);
echo $val;
Limited Time Offer
25%
Off
Linette
4 days ago