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

Home » PHP » PHP Echo/Print » Question
  1. What will be the output of the following PHP code ?
    <?php
    print "echo Interview Mania";
    ?>
    1. Interview Mania
    2. Error
    3. Nothing
    4. echo Interview Mania
    5. None of these
Correct Option: D

The print statement will print whatever is present inside the double-quotes.



Your comments will be displayed only after manual approval.