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. Which of the following PHP statements will output Hello interview Mania on the screen?
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 ?
Q. What will be the output of the following PHP code ?
Q. Which of the following built-in functions is used to sort the array in the natural order?
Q. Which statement will output $x on the screen?
Discusssion
Login to discuss.