MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following PHP code ? <?php "Hello World" ?> |
| A. | Error |
| B. | Hello World |
| C. | Nothing |
| D. | Missing semicolon error |
| Answer» D. Missing semicolon error | |