Home » PHP » PHP Syntax » Question
  1. What will be the output of the following PHP code ?
    /*
    echo "Hello Interview Mania";
    */
    ?>
    1. Nothing
    2. /*
      Hello Interview Mania
      */
    3. Hello Interview Mania
    4. Error
    5. None of these
Correct Option: A

/* */ is used for commenting multiple lines.



Your comments will be displayed only after manual approval.