Consider following code snippet:
<?php
$a = 3;
$b = 2;
echo (int)$a / (int)$b;
?>
What will be the output of the code above?
Explanation
Get an explanation when it's available:

Follow CodeGalaxy

Mobile Beta

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