R
Q. What will be the output of the following PHP code?
<?php $a = 15; $b = 20; if ($a < ++$a || $b < ++$b){ echo "True"; } else{ echo "False"; } ?>
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 of the following is the correct way to create an array in PHP?
Q. Which is/are true for an abstract class?
Q. Which PHP functions are used to convert string to lowercase and uppercase?
Q. Objects are also known as ________
Q. The child class inherits from _______
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Discusssion
Login to discuss.