

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code?$a = "clue"; $a .= "get"; echo "$a"; |
A. | get |
B. | true |
C. | false |
D. | clueget |
Answer» E. | |