Home / Programming MCQs / PHP MCQs / Question
S
Q. What will be the output of the following PHP code ?
<?php $Country1 = "1"; $Country2 = "1"; echo "$Country1" + "$Country2"; ?>
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 program?
What will be the output of the following PHP code ?
Which one of the following functions will convert a string to all uppercase?
What is the result of the following PHP code?
To tweak an object’s cloning behavior what method is used?
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 ?
Discusssion
Login to discuss.