PHP - Type Handling
What will be the output of the following PHP code?
$var = null;
echo isset($var) ? 'Yes' : 'No';
$var = null;
echo isset($var) ? 'Yes' : 'No';
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions