A
Q. What will be the output of the following PHP code ?
Code:
<?php
$one = "Hello";
$two = "World";
echo "$one"+"$two";
?>
$one = "Hello";
$two = "World";
echo "$one"+"$two";
?>
- Correct Answer - Option(C)
- Views: 12
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.