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

Home » PHP » PHP Variables » Question
  1. What will be the output of the following PHP code ?
    <?php
    int $five = 5;
    echo "$five";
    ?>
    1. $five
    2. 5
    3. Error
    4. Nothing
    5. None of these
Correct Option: C

Unlike other programming languages there are no data types in PHP.



Your comments will be displayed only after manual approval.