Q48
What will be the output of the following PHP code ?
A.
41
B.
-4
C.
-5
D.
51
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
First (y) is evalulated then -z – x + $y therefore we get 51.