Discussion Forum : Php Operators And Expressions
Question - What will be the output of the following PHP code ?$i = 0;$j = 1;$k = 2;print !(( + + $i + $j) > ($j - $k));
Options:
A .  0
B .  1
C .  error
D .  no output
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 *