PHP - Type Handling
What will be the output of this PHP code?
$x = 0;
if ($x == false) {
echo 'Yes';
} else {
echo 'No';
}
$x = 0;
if ($x == false) {
echo 'Yes';
} else {
echo 'No';
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions