"/>
Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. What will be the output of the following PHP code ?

    <?php

    "Hello World"

    ?>

  2. A.

     Error

    B.

     Hello World

    C.

     Nothing

    D.

     Missing semicolon error

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    If you need to output something onto the screen you’ll need to use echo or print_r.


Be The First To Comment