1
What will be the output of the following PHP code ?
<?php
"Hello World"
?>
Answer & Solution
Answer: Option
C
Solution:
If you need to output something onto the screen you’ll need to use echo or print_r.