Home / Programming MCQs / PHP MCQs / Question
S
Q. What will be the output of the following PHP code ?
<?php for($g = 0; $g < 15; $g++) { for($h = $g; $h > $g; $g--) print $g; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
PHP considers the following values as False
what is the output of below program?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
Which of the following function is used to find files in PHP?
String values must be enclosed in ......
what is the output of below program?
What will be the output of the following PHP code?
Which of the following is used to instantiate an object in PHP assuming the class name to be Foo?
Discusssion
Login to discuss.