What is the output of the following code?
What is the output of the following code?
function increment (&$val)
{
return $va I + 1;
$a= 1;
echo increment ($a);
echo increment ($a);
Answer: 22
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments