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