

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