

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ?<?php$First = "First";$Second = "Second";print($First,$Second);?> |
A. | Error |
B. | First |
C. | Second |
D. | Nothing |
E. | None of these |
Answer» B. First | |