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
2.5k
0
Do you find this helpful?
14

View all MCQs in

Web Technology

Discussion

No comments yet