R
Q. What will be the output of the following PHP code?
<?php $x = 10; $y = 20; if ($x > $y && 1||1) print "PHP MCQ" ; else print "Welcome to MCQ Buddy"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which programming language does PHP resemble?
Q. In which year php was created?
Q. The concept of creating objects based on pre-defined classes is known as___________
Q. [:hello:] can also be specified as ___________
Q. Which of the following PHP functions accepts any number of parameters?
Q. What will be the output of the following PHP code ?
Q. Which of the following must be installed on your computer so as to run PHP script?
Discusssion
Login to discuss.