Home / Programming MCQs / PHP MCQs / Question
N
Q. What will be the output of the following PHP code?
<?php $num = 6; $num1 = 6; echo ($num === $num1); ?>
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 ?
What will be the output of the following PHP code?
Thre are ______ level of error in PHP?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
How many variable scopes are there in PHP?
Discusssion
Login to discuss.