What is the output of the following code?

What is the output of the following code?
function increment ($val) {
$_GET[‘m’] = (int) $_GET[‘m’] + 1;
}
$_GET[‘m’] = 1;
echo $_GET[‘m’];

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.