Q. What will be the output of the following PHP code ?
Code:
<?php $Team1 = "Chennai Super King"; $Team2 = "Mumbai Indian"; echo "$Team1 " . "$Team2"; ?>
β
Correct Answer: (D)
Chennai Super King Mumbai Indian