McqMate
Q. |
What will be the output of the following PHP code? <?php $a = "clue"; $a .= "get"; echo "$a"; ?> |
A. | get |
B. | true |
C. | false |
D. | clueget |
Answer» D. clueget |
View all MCQs in
Web TechnologyNo comments yet