B
Q. What will be the output of the following PHP code ?
<?php $num = 10 + ++15; echo $num; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which is the correct way to call a method?
Q. What will be the output of the following PHP code ?
Q. Which PHP function modifies the timestamp?
Q. What is the result of the following PHP code?
Discusssion
Login to discuss.