M
Q. What will be the output of the following PHP code ?
<?php $m = 10; $n = 11; $s = 12; print (( + + $m + $n) >! ($n - $s)); ?>
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. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Output of the following PHP code?
Q. What is the intent of throw block?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Classes are the ___________ of objects.
Q. Which PHP function is used to get the absolute value of the given number?
Q. <?php $a = 0; if($a = -1) { echo "Sun"; } else { echo "Moon"; } ?>
Discusssion
Login to discuss.