Examveda

What will be the output of the following PHP code ?
<?php
$i = 0;$j = 1;$k = 2;
print !(( +  + $i + $j) > ($j - $k));
?>

A. 1

B. no output

C. error

D. 0

Answer: Option B

Solution (By Examveda Team)

The equation outputs false .

This Question Belongs to PHP >> Operators And Expressions In Php

Join The Discussion

Related Questions on Operators and Expressions in php