Discussion Forum : Php Operators And Expressions
Question - What will be the output of the following PHP code ?$x = 4;$y = 3;$z = 1;echo "$x = $x + $y + $z";
Options:
A .  4 = 4 + 3 + 1
B .  Error
C .  8
D .  8 = 4 + 3 +1
Answer: Option A

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

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