A
Q. what is the output of below program?
Code:
<?php
$a = 0;
if($a > 1 );
{
echo "Sun";
}
echo "Moon";
?>
$a = 0;
if($a > 1 );
{
echo "Sun";
}
echo "Moon";
?>
- Correct Answer - Option(A)
- Views: 19
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.