A
Q. What will be the output of the following PHP code ?
Code:
<?php
if (0.0)
print "First" ;
else
print "Second";
?>
if (0.0)
print "First" ;
else
print "Second";
?>
- Correct Answer - Option(D)
- Views: 23
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.