B
Q. What will be the output of the following PHP code ?
<?php $m = 10; $n = -8; $t = 2; $k = ++$m && ++$n || ++$t; echo $k; echo $m; ?>
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. PHP is an acronym for ____.
Q. If you want to check if a string is equal to another string which function you can use?
Q. Which is/are the function(s) to check if the type of a variable is float?
Q. What will be the output of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. Does PHP support multiple inheritances?
Discusssion
Login to discuss.