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