What is the output of the following code? seenagape 10 years ago What is the output of the following code? function increment ($val) { ++$val; } $val = 1;increment ($val); echo $val; A. 1 ← Previous question Next question →