

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