Q: 12
What is the output of the following code? function increment ($val) { $val = $val + 1; } $val = 1; increment ($val); echo $val;
Your Answer
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.