R
Q. what is the output of below program?
<?php $a=0; $b=0; for($i=0;$i<10;$i++) { if(++$a<5 && $b++<7){ } } echo $a." ".$b; ?>
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. Which sign is used to declare variables in PHP?
Q. What is the result of the following PHP code?
Q. What is the result of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. Which function is used to convert the ASCII value to the character?
Q. Which of the following is used to display the output in PHP?
Discusssion
Login to discuss.