

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? <?php $hello = "Hello World"; $bye = "Bye"; echo $hello;"$bye"; ?> |
A. | Hello World |
B. | Bye |
C. | Hello worldBye |
D. | Error |
Answer» B. Bye | |