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. what is the output of below program?
Q. What will be the output of the following PHP code (if the date is 30th December 2021)?
Q. What will be the output of the following PHP code?
Q. String values in PHP must be enclosed within
Q. What will be the output of the following PHP code ?
Q. What is the search pattern to find any character from the range 5 to 8?
Discusssion
Login to discuss.