A
Q. What will be the output of the following PHP code ?
<?php $p = 6; $q = -8; $r = 2; $s = ++$p && ++$q || ++$r; echo $s; echo $p; ?>
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. A variable declared outside a function has a ____.
Q. What will be the output of the following PHP code ?
Q. The PHP Function which starts with Double Underscore Is called?
Q. What will be the output of the following PHP program?
Q. How to define a function in PHP?
Q. What is the use of PHP mt_rand() function?
Q. what is the output of below program?
Q. Which PHP function is used to get the absolute value of the given number?
Q. Variables always start with a _____ in PHP
Q. Which sign is used to access variable of variable in PHP?
Discusssion
Login to discuss.