

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