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