A
Q. What will be the output of the following PHP code?
Code:
<?php
$x = 10;
$y = 20;
if ($x > $y && 1||1)
print "PHP MCQ" ;
else
print "Welcome to MCQ Buddy";
?>
$x = 10;
$y = 20;
if ($x > $y && 1||1)
print "PHP MCQ" ;
else
print "Welcome to MCQ Buddy";
?>
- Correct Answer - Option(C)
- Views: 10
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.