Home » PHP » PHP Variables » Question
  1. What will be the output of the following PHP code ?
    <?php
    echo $Yellow;
    ?>
    1. Nothing
    2. True
    3. False
    4. 0
    5. Error
Correct Option: E

There will no output returned as the variable $Yellow does not hold any value.



Your comments will be displayed only after manual approval.