Discussion Forum : Basic Php
Question - What will be the output of the following PHP code?$a = "clue";$a .= "get";echo "$a";
Options:
A .  true
B .  false
C .  get
D .  clueget
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *