Discussion Forum : Php Operators And Expressions
Question - What will be the output of the following PHP code ?$color1 = "1";$color2 = "1";echo "$color1" + "$color2";
Options:
A .  0
B .  2
C .  11
D .  1
Answer: Option B

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

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