

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