S
Q. What will be the output of the following PHP code ?
<?php for ($v = 0; $v < 5; $v++) { for ($u = $v; $u > 0; $v--) print $v; } ?>
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. Function is defined in PHP by
Q. What will be the output of the following PHP code ?
Q. Which sign is used to access variable of variable in PHP?
Q. Which of the following PHP function is used to generate unique id?
Q. Which of the following is/are the code editors in PHP?
Discusssion
Login to discuss.