"> What will be the output of the following PHP code ?<?phpecho

Home » PHP » PHP Echo/Print » Question
  1. What will be the output of the following PHP code ?
    <?php
    echo "it", "is", "a", "good", "name";
    ?>
    1. Error
    2. Nothing
    3. itisagoodname
    4. it, is, a, good, name
    5. None of these
Correct Option: C

itisagoodname



Your comments will be displayed only after manual approval.