A
Q. What will be the output of the following PHP code?
Code:
<?php
$str;
if ($str)
print "Hello" ;
else
print "MCQ Buddy";
?>
$str;
if ($str)
print "Hello" ;
else
print "MCQ Buddy";
?>
- Correct Answer - Option(B)
- Views: 16
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.