Y
Dear candidates you will find MCQ questions of PHP here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question
Y
Y
Y
Y
Y
Y
Y
Y
Y
Y
<?php function start($string) { if ($string < 45) return 20; else return 40; } $t = start(90); if ($t < 20) { echo "Have a good day!"; } else { echo "Have a good night!"; } ?>
Don't have account? Register here.