B
Q. What will be the output of the following PHP code ?
<?php $p = 10; $r = $p++; $q = ++$p; print $p; print $q; ?>
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. Which one of the following regular expression matches any string containing zero or one p?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. [:hello:] can also be specified as ___________
Q. What will be the output of the following PHP code ?
Discusssion
Login to discuss.