Discussion Forum : Php Operators And Expressions
Question - What will be the output of the following PHP code ?$x = 1;$y = 2;if (++$x == $y++) {echo "true ", $y, $x;}
Options:
A .  true 22
B .  true 23
C .  no output
D .  true 33
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 *