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

Discussion :: PHP - CS

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

    <?php

    $x = 5;

    {

    echo "$x";

    }

    ?>

  2. A.

     0

    B.

     5

    C.

     Nothing

    D.

     Error

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Explanation Not Provided


Be The First To Comment