Home / Programming MCQs / PHP MCQs / Question
S
Q. What will be the output of the following PHP code ?
<?php $Country1 = "INDIA"; $Country2 = "USA"; echo "$Country1" + "$Country2"; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
In the following source code, what is/are the properties?
How many error levels are available in PHP ?
What is the intent of try block?
What will be the output of the following PHP code ?
Which of the following built-in functions is used to add a value to the end of an array?
Which is/are valid types of arrays in PHP?
Which of the following function is used to set cookie in PHP?
Which PHP version provide Exception handling?
Discusssion
Login to discuss.