Consider following code snippet:
$m = 9;
$n = 99;
$z = 8;
$z = $n++ / $m++ + --$z;
echo $z;
What will be result of executing the above code?
Explanation
Get an explanation when it's available:

--$z=7 !!! 10+7=17!

2023 Feb 23, 5:04:50 PM

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
PHP quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes