Home / Programming MCQs / PHP MCQs / Question
J
Q. What will be the output of the following PHP code ?
<?php $num = 12; if (echo $num) print "True"; else print "False"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
Which of the following built-in functions is used to compute the difference of arrays?
What will be the output of the following PHP code ?
Which of the following is the Release date of latest version (7.2) of php?
Which of the following function is used to compress a string?
In the syntax of $GLOBALS[index], what does "index" hold?
What will be the output of the following PHP code ?
Discusssion
Login to discuss.