Examveda
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 A

Solution(By Examveda Team)

Negation of a number is 0.

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

Join The Discussion

Related Questions on Operators and Expressions in php